Norman Breau

Results 826 comments of Norman Breau

Error is coming from dependencies of plugins it seems, but it also states that the `:app` is currently compiled against android-29, which does not match either the default configuration or...

> Thank you @breautek you are right this is due to some plugin dependancy. But this is a bit weird issue, all the plugins I used in the project I...

android_assets filepath is a special path that leads to your apps assets directory (which cordova copies the `www` folder into). This directory is already on android's internal storage. I don't...

Are you using CSS safe area insights? This could be a duplicate issue of https://github.com/apache/cordova-android/issues/1465

You've posted this in the `cordova-android` repository, but state that you use `cordova build ios`. Does this actually occur on android or just iOS? FYI, I have actually seen this...

Let me know, I can just transfer the issue to `cordova-ios`.

> My suspicion is that the assets in question are not required for DOM ready to fire. This actually is starting to sound like a different issue than I described...

> one-of-the-broken-images.png:1 Failed to load resource: net::ERR_FILE_NOT_FOUND This is what I do see in my apps occasionally, only on iOS however. I have yet to see this issue on android....

to be clear, when I say my team I mean my company. Not affiliated with Apache/Cordova.

> @breautek may I ask what you use Local Webserver plugin for? Service workers or testing? In my apps, the local webserver plugin is primarily to get around CORS related...