mrchandoo / cordova-plugin-decimal-keyboard

Cordova plugin to show decimal keyboard on iPhones
Apache License 2.0
37 stars 71 forks source link

Decimal button(.) not showing on latest OS(16.+) #38

Open ajithkumarvs86 opened 1 year ago

ajithkumarvs86 commented 1 year ago

Hi, This plugin has worked fine in my application until my last update. I have published a new version recently and having issue with decimal button. I have debugged the plugin and found that "UIRemoteKeyboardWindow" is not getting detected on UIWindow and "UIKBKeyplaneView" got deprecated. Please help me to resolve the issue.

Thank you.