vbraun commented on pull request #885:
URL: https://github.com/apache/cordova-ios/pull/885#issuecomment-945679026


   What about iframes with `target="_blank"` links? These now either replace 
the app, or open another window on top without any way for the app to close it. 
   
   E.g. embedded google maps has a `target="_blank"` link to open the full 
screen map. We want to embed it into our app as iframe, so `<allow-navigation 
href="https://*.google.com/*"; />` must be set or iOS displays nothing. Then 
user clicks on the link in the iframe. Used to just not do anything (bad), now 
just replaces the app (worse).


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to