You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On iOS, text input inside an <iframe> won't receive any text value when typing using device keyboard. Immediately after tapping on the text input, the device keyboard popup then typing on keyboard, text input won't receive any value.
Expected behavior:
Input fields inside an iframe should behave as they do in a mobile web browser. The user should be able to drag the cursor and select/delete text and then be able to continue typing in the text field.
Same issue since 4.0.0-rc.2 of @ionic/angular.
I downgraded to version 4.0.0-rc.1 and I can now type in input fields on iOS and Safari.
I posted this as an issue a while ago and didn't receive any replies.
Thanks for the issue! We have moved the source code and issues for Ionic 3 into a separate repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
Ionic version:
[x] 4.x
I'm submitting a ...
[x ] bug report
[ ] feature request
Current behavior:
On iOS, text input inside an
<iframe>
won't receive any text value when typing using device keyboard. Immediately after tapping on the text input, the device keyboard popup then typing on keyboard, text input won't receive any value.Expected behavior:
Input fields inside an iframe should behave as they do in a mobile web browser. The user should be able to drag the cursor and select/delete text and then be able to continue typing in the text field.
Other information:
Using
WkWebView cordova-plugin-ionic-webview
from https://github.com/ionic-team/cordova-plugin-ionic-webview. I can type in the input field inside the iframe but this plugin has some major issues with cookies set/stored in iOS. In our app authentication, cookies are not set/stored in iOS or ignored on First Application Execution [simulator or physical device].WkWebView cookies related issues:
ionic-team/cordova-plugin-ionic-webview#22
ionic-team/cordova-plugin-ionic-webview#300
Iframe Content:
Iframe remote src content are written in AngularJS.
System info:
Ionic info:
The text was updated successfully, but these errors were encountered: