@tarojs/taro-h5
Version:
Taro h5 framework
11 lines (8 loc) • 505 B
JavaScript
import { temporarilyNotSupport } from '../../utils/index.js';
// 键盘
const onKeyboardHeightChange = temporarilyNotSupport('onKeyboardHeightChange');
const offKeyboardHeightChange = temporarilyNotSupport('offKeyboardHeightChange');
const hideKeyboard = temporarilyNotSupport('hideKeyboard');
const getSelectedTextRange = temporarilyNotSupport('getSelectedTextRange');
export { getSelectedTextRange, hideKeyboard, offKeyboardHeightChange, onKeyboardHeightChange };
//# sourceMappingURL=keyboard.js.map