sombatos commented on issue #1281:
URL: https://github.com/apache/cordova-ios/issues/1281#issuecomment-1370530196

   Also one need to keep in mind that `window.open()` will work only as a 
result of clicking some link. It won't work if you just do:
   ```
   <script>
   window.open("../test/page.html");
   </script>
   ```
   Read more in this comment: 
https://github.com/apache/cordova-ios/issues/898#issuecomment-729450208


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