You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/11/08 13:33:40 UTC

[GitHub] [cordova-ios] soskarsson opened a new issue #713: inputmode not working when custom keyboard is active

soskarsson opened a new issue #713: inputmode not working when custom keyboard is active
URL: https://github.com/apache/cordova-ios/issues/713
 
 
   # Bug Report
   
   ## Problem
   
   ### What is expected to happen?
   
   When inputmode="decimal" is set on an input field the decimal keyboard is shown.
   
   ### What does actually happen?
   
   When inputmode="decimal" is set on an input field & the user has installed a custom keyboard that was active in the previous application, the decimal keyboard is not shown & there is no way to close the custom keyboard.
   
   ## Information
   <!-- Include all relevant information that might help understand and reproduce the problem -->
   This happens when a user has installed a custom keyboard (for instance the Giphy keyboard) and this keyboard was active in the last application used.
   
   https://apps.apple.com/us/app/giphy-the-gif-search-engine/id974748812
   ![IMG_59FC627FC83E-1](https://user-images.githubusercontent.com/29313806/68480277-b7987b80-0234-11ea-9181-a10d00b76b38.jpg)
   ![IMG_E8946908F3C9-1](https://user-images.githubusercontent.com/29313806/68480278-b7987b80-0234-11ea-960c-a252623e688c.jpg)
   ![IMG_FBF567C2F651-1](https://user-images.githubusercontent.com/29313806/68480279-b7987b80-0234-11ea-97ba-a5657fe6a237.jpg)
   
   ### Command or Code
   <!-- What command or code is needed to reproduce the problem? -->
   <input type="number" inputmode="decimal" min="0" step="0.01" name="amount" placeholder="" />
   
   ### Environment, Platform, Device
   <!-- In what environment, on what platform or on which device are you experiencing the issue? -->
   iPhone X, iOS 13.1.2
   
   ### Version information
   <!-- 
   What are relevant versions you are using?
   For example:
   Cordova: Cordova CLI, Cordova Platforms, Cordova Plugins 
   Other Frameworks: Ionic Framework and CLI version
   Operating System, Android Studio, Xcode etc.
   -->
   
   Cordova 8.1.2 on Meteor 1.8.1
   
   Plugins installed:
   cordova-plugin-camera-preview@0.11.0
   cordova-plugin-file@6.0.1
   cordova-plugin-inappbrowser@3.1.0
   cordova-plugin-keyboard@1.2.0
   cordova-plugin-qrscanner@3.0.1
   cordova-plugin-statusbar@2.4.3
   onesignal-cordova-plugin@2.4.7
   
   
   ## Checklist
   <!-- Please check the boxes by putting an x in the [ ] like so: [x] -->
   
   - [x] I searched for existing GitHub issues
   - [x] I updated all Cordova tooling to most recent version
   - [x] I included all the necessary information above
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org