Norman Breau
Norman Breau
Yah, I have the same issue, it seems to be related with packages published under an organization. ``` http
It appears to be related to #278
> The workaround I found (so far) is to edit **AndroidManifest.xml** and replace:`android:theme="@style/Theme.AppCompat.NoActionBar"` with: `android:theme="@style/Theme.App.SplashScreen"` > > **However, everytime the app is built, this change is reverted**. > > Any...
Fails the test for older Android platforms due to syntax errors. ``` 02-21 20:15:10.641 I/chromium( 3672): [INFO:CONSOLE(45)] "Uncaught SyntaxError: Unexpected identifier", source: http://localhost/plugins/cordova-plugin-screen-orientation/www/screenorientation.js (45) ``` So it will be intended...
> Fails the test for older Android platforms due to syntax errors. > > ``` > 02-21 20:15:10.641 I/chromium( 3672): [INFO:CONSOLE(45)] "Uncaught SyntaxError: Unexpected identifier", source: http://localhost/plugins/cordova-plugin-screen-orientation/www/screenorientation.js (45) > ```...
I'd suggest opening the project inside xcode and try building from there. You'll probably get better insight on what is the actual cause of the build failure. The posted error...
Are you using any `xhr` plugins? XMLHttpRequest is handled by the webview implementation unless if you have a cordova plugin that overwrites it, which was a common solution people used...
If it's erroring at the `FileReader` level, you may not be seeing the result because you're only hooking the `onerror` callback after the `readAs*` call. Otherwise it will be good...
cordova-ios@7 behaviour seems consistent with cordova-ios@6 behaviour in this regard. If this is a regression, it's a regression that's been in the codebase for quite some time. But I have...
Most of our "settings" would belong in `config.xml` but given this is more of a developer/build config, rather than an app config, an environment variable might be the way to...