Github user adirel commented on the issue: https://github.com/apache/cordova-plugin-inappbrowser/pull/221 Hi @RafaelKr, Few points about old devices. the app crash whith error on line 109 at In: cordova-plugin-inappbrowser\www\inappbrowser.js **the code:** + let windowFeatures = { + width: isNumeric(size.width) ? size.width : null, + height: isNumeric(size.height) ? size.height : null + }; **error recived:** D/SystemWebChromeClient( 8784): file:///android_asset/www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js: Line 109 : Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode I/chromium( 8784): [INFO:CONSOLE(109)] "Uncaught SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode", source: file:///android_asset/www/plugins/cordova-plugin-inappbrowser/www/inappbrowser.js (109)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. --- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@cordova.apache.org For additional commands, e-mail: dev-h...@cordova.apache.org