zhangv commented on issue #975: URL: https://github.com/apache/cordova-ios/issues/975#issuecomment-695420912
For my case, it usually caused by some js error. To debug it, I added the eruda.js to the index.html: ``` <script src="/PATH/TO/eruda.js"></script> <script>eruda.init();</script> ``` Then, you can view the error from eruda console. Hope it helps. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
