utk menggunakan schema lama tambahi script di bawah di config.xml
<preference name="AndroidInsecureFileModeEnabled" value="true" />
Release Highlights
In this minor release, we:
Bump Core Libraries
- AndroidX AppCompat@1.3.1
- Google Services Gradle Plugin@4.3.8
- Kotlin@1.5.21
Added
HTTP
Scheme SupportIn the Cordova-Android 10.0.0 release, we introduced support for the
WebViewAssetLoader
. By default, we only supported thehttps
scheme. Some users requestedhttp
scheme support; as not all users were able to loading resources through a secure protocol.
Users are now able to use either
https
(default) orhttp
by setting thescheme
preference
flag.<preference name="scheme" value="http" />
The default
scheme
will remain ashttps
, as we believe apps should be secure.
0 komentar:
Posting Komentar