jasonmamy / cordova-wheel-selector-plugin

Wheel selector for Cordova (Android/iOS)
MIT License
65 stars 36 forks source link

Keyboard popping up (ionic 3.2) #29

Open xthenth opened 6 years ago

xthenth commented 6 years ago

Is it possible to disable keyboard popping up upon tapping on element?

For example I chose an item on the wheel picker then i tapped on it (or any item on the wheel picker), there comes the keyboard popping up and allows me to edit the value of the item

ionic version 3.20.0

jasonmamy commented 6 years ago

Yes, it looks like on Android I can disable the editing of the fields using:

picker.setDescendantFocusability(NumberPicker.FOCUS_BLOCK_DESCENDANTS);

It didn't seem to stop the keyboard from popping up, I didn't see any code to do that.

I re-released as 1.1.1 (just re-install from: https://ionicframework.com/docs/native/wheelselector-plugin/).

On Wed, May 9, 2018 at 8:49 PM, xthenth notifications@github.com wrote:

Is it possible to disable keyboard popping up upon tapping on element?

For example I chose an item on the wheel picker then i tapped on it (or any item on the wheel picker), there comes the keyboard popping up and allows me to edit the value of the item

ionic version 3.20.0

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jasonmamy/cordova-wheel-selector-plugin/issues/29, or mute the thread https://github.com/notifications/unsubscribe-auth/AJ9Uxs1catH2gtwjNs9ru-9uLHqPftmqks5tw7i_gaJpZM4T5UnC .