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 2022/01/20 08:22:09 UTC

[GitHub] [cordova-plugin-inappbrowser] rfitoc commented on issue #928: IONIC 5 - IOS - XCODE 13 - InAppBrowser is not installed or you are running on a browser

rfitoc commented on issue #928:
URL: https://github.com/apache/cordova-plugin-inappbrowser/issues/928#issuecomment-1017224197


   I found the problem.
   
   In my project I have an "Object.prototype" function that it produce a big problem to loop objects.
   
   Referring InAppBrowser pluguin, in file inappbrowser.js:
   
   callbacks = callbacks || {};
   for (var callbackName in callbacks) {
       iab.addEventListener(callbackName, callbacks[callbackName]);
   }
   Perhaps it could be improved with an Object.keys(callbacks), but I think that It was my problem.
   
   The most interesting thing is that it worked for me in previous versions of  XCODE/IOS. I think that the default "window.open()" works fine in these versions.
   
   Thanks.


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