You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/11 21:40:08 UTC

[GitHub] dpa99c commented on issue #424: Solving issue #417 generated a new issue for inappbrowser when using usewkwebview=yes

dpa99c commented on issue #424: Solving issue #417 generated a new issue for inappbrowser when using usewkwebview=yes
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/424#issuecomment-462505400
 
 
   OK, I see the problem here. My fix for #417 is screwing up sites using iframes (such as Trivago) because it's also redirecting those cross-frame requests back to the main IAB frame.
   What it needs to do is only redirect the request back to the main frame if the target attribute is "_blank".
   That should handle both cases.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

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