You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2021/10/18 11:40:15 UTC

[GitHub] [cordova-ios] vbraun commented on pull request #885: Don't silently ignore creation of new windows

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: issues-unsubscribe@cordova.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



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