Norman Breau
Norman Breau
Error code 3 means the android device doesn't have a sensor available to use: https://github.com/apache/cordova-plugin-device-orientation/blob/ee05df544d7a0c7514a3303193bf9413d41cfcbe/src/android/CompassListener.java#L180 Despite of the suppress deprecation, the method doesn't appear to be deprecated: https://developer.android.com/reference/android/hardware/SensorManager#getSensorList(int) So this...
We can leave this ticket as a reminder to improve documentation
On windows command line / Powershell, you might have to encapsulate the intermediate `--` with double quotations so it's `npm run lint "--" --fix`. I vaguely recall that being an...
By Android API S, I assume you mean API 31/Android 12.0 simulator. I tried this with an empty cordova project with the default settings, as shown in the reproduction steps....
It looks like you're hosting your cordova app assets remotely (e.g. your cordova web assets aren't bundled within the app itself). If this is the case, using cordova plugins that...
Closing as stale
Not sure about any workarounds, especially since we don't know the cause but I'd be curious if native event listeners are cleared/reset. Such as the one that hooks a callback...
> When you are talking about "reload the webview sometimes ...", I mean clicking the refresh button, or using the ctrl + r keyboard shortcut. I like never use window.reload....
> So maybe it is very likely the problem is in android webview. What if you use the standard chrome browser instead of Cordova? Is it replicable using the standard...
I tested calling reload on my work's web portal, which is a pretty large web app. It consumes ~40mb at a base line, and I do see the memory usage...