EddyVerbruggen / cordova-plugin-native-keyboard

:musical_keyboard: Add a Slack / WhatsApp - style chat keyboard to your Cordova app!
273 stars 66 forks source link

<input data-nativekeyboard="true" type="text" /> not working #101

Closed mralj closed 5 years ago

mralj commented 5 years ago

Hello,

I am interested in purchasing this plugin to use in our Cordova app. I have tired out this feature:

<input data-nativekeyboard="true" type="text" value="max 15 chars" maxlength="15" style="font-size:13px; font-family:Helvetica; font-style:italic" />

As shown on index_all_features.html. But it is not working for us. I have tried it on pretty basic html "page", and there are no other keyboard plugins in project.

I have tried this on Android 9.0, Google Pixel 3 device. Is this not supposed to work yet or am I missing something ?

EddyVerbruggen commented 5 years ago

That's not documented in the readme, so not supported.