Norman Breau
Norman Breau
> 4-5 mb below easily writes our problem is not to write large files and errors Hmm, in my apps I frequently write large amounts of data, on average 10-20mb,...
> Could you offer me a solution for ionic? No, if you're looking for ionic-specific support, a better place to ask is through ionic's support channels. Most of our cordova...
> @mcasami-frit [[email protected]](mailto:[email protected]) support SDK 30 ? cordova-android 9.x doesn't officially support SDK 30, but cordova-android@9 itself will run SDK 30. Mileage may vary depending on your used plugins.
There seems to be a mix of different issues in this thread, Using the [mock test google services](https://github.com/firebase/quickstart-android/blob/master/mock-google-services.json) I was able to build/compile successfully with the following configuration. ```xml ```...
In my testing it appears `--searchpath` works for non-scoped package names, but does not with scoped packages. Do you observe the same behaviour?
I haven't had a chance to look into a solution, or even the cause but a workaround could be either `cordova plugin add ` or, `npm pack` the plugin and...
Believe it's a regression of https://github.com/apache/cordova-plugin-file/pull/513 but not 100% sure. PR doesn't describe changes to `content://` scheme specifically but I believe any scheme other than the http/https scheme has issues...
I would support a PR that changes this so the developer must call an API to initialise the file system rather than the plugin assuming that the app wants the...
> I am building watch app I don't believe WatchOS supports the webkit sdk, so I don't think Cordova is going to work for you.
Not exactly clear based on the provided log, but one reason an activity could be stopped is due to this [android quirk](https://github.com/apache/cordova-plugin-camera#android-quirks) > Android uses intents to launch the camera...