-
Notifications
You must be signed in to change notification settings - Fork 51
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Insert Code from Messages not working on IOS #19
Comments
@valentinper Hello, thanks for the feedback I will check. |
@valentinper Hello, sorry for the delay. |
@AlexMiniApps Thanks for fixing. Just updated to the new Version and everything works! |
@AlexMiniApps
|
@tigrenok00 Hi! The keyboard will not be shown automatically in spite of the first filed will be focused. I do not know why it is happens but it is not the lib issue, because the input field will be focused. If you are using the lib within the cordova/capacitor/phonegap/etc. project I guess you need to call the keyboard from extra plugin. Also you can 'play/experiment' with internal inputs by yourself using brute https://developer.mozilla.org/en-US/docs/Web/API/Document/querySelectorAll . The 'from messages' option will be shown only if you tap on any field. |
@AlexMiniApps |
ok I will check. |
@tigrenok00 Please open a new one issue with this description. I will research it after that |
Platform: Ionic 4
When sending SMS codes for OTP on IOS the SMS Code can be pasted directly from the keyboard.
When clicking on the code on the keyboard only the first number is entered.
A normal paste from the clipboard is working
The text was updated successfully, but these errors were encountered: