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
I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request
Current behavior:
Moving from input 1 (inside iframe1) to input2 (inside iframe2) when autocorrect is triggered on input1 causes the user input(meant for input2) to be appended inside input1.
Expected behavior:
User input is sent to currently focussed input.
Steps to reproduce:
Create base ionic app (ionic start)
Replace home.html with snippet.
Host the safari2.html snippet in and set the src of iframes in home.html to point to the hosted page.
Ensure that CordovaWebViewEngine is set to UIWebViewEngine in config.xml
Ensure in app.html that the iframe can be loaded (set allow-navigation and origin appropriately)
In the app, type something in the first input wait for autocorrect to suggest something.
This issue has been automatically identified as an Ionic 3 issue. We recently moved Ionic 3 to its own repository. I am moving this issue to the repository for Ionic 3. Please track this issue over there.
If I've made a mistake, and if this issue is still relevant to Ionic 4, please let the Ionic Framework team know!
Ionic version: (check one with "x")
(For Ionic 1.x issues, please use https://github.com/ionic-team/ionic-v1)
[ ] 2.x
[ x ] 3.x
[ ] 4.x
I'm submitting a ... (check one with "x")
[ x ] bug report
[ ] feature request
Current behavior:
Moving from input 1 (inside iframe1) to input2 (inside iframe2) when autocorrect is triggered on input1 causes the user input(meant for input2) to be appended inside input1.
Expected behavior:
User input is sent to currently focussed input.
Steps to reproduce:
safari2.html
snippet in and set the src of iframes inhome.html
to point to the hosted page.CordovaWebViewEngine
is set toUIWebViewEngine
inconfig.xml
Related code:
home.html
safari2 (to be hosted and used in
home.html
)Other information:
I think this might be related to ionic's handling of taps as removing all JS libraries in index.html does not reproduce this issue with the same case.
GIF: https://user-images.githubusercontent.com/4116675/39105599-7a58562c-46d4-11e8-8ab8-7d2fee3d1bc0.gif
Ionic info: (run
ionic info
from a terminal/cmd prompt and paste output below):The text was updated successfully, but these errors were encountered: