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 2018/12/31 15:10:06 UTC

[GitHub] regevbr opened a new issue #388: stackoverflow when trying to open an iframe

regevbr opened a new issue #388: stackoverflow when trying to open an iframe
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/388
 
 
   When trying to open an iframe, the code tries to get the original window.open clobber using modulemapper.getOriginalSymbol(window, 'open');
   But the clobber you registered in plugin.xml is 'window.open'
   This causes an infinite loop resulting in stack overflow.

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