You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mine is a streaming App. Whenever I add AndroidInsecureFileModeEnabled = "true" to the config.xml, I have the file not find error net::ERR_FILE_NOT_FOUND (file:///android_asset/www/+++/index.html). If I remove AndroidInsecureFileModeEnabled it builds but http: files does not play. If I remove the Crypt file, the file plays.
I have cleartextTrafficPermitted="true" set in AndroidManifest.xml.
Has anyone solved this?
The text was updated successfully, but these errors were encountered:
I am using the Cordova plugin add https://github.com/weareu/cordova-plugin-crypt-file.git
created by Weareu.
Mine is a streaming App. Whenever I add AndroidInsecureFileModeEnabled = "true" to the config.xml, I have the file not find error net::ERR_FILE_NOT_FOUND (file:///android_asset/www/+++/index.html). If I remove AndroidInsecureFileModeEnabled it builds but http: files does not play. If I remove the Crypt file, the file plays.
I have cleartextTrafficPermitted="true" set in AndroidManifest.xml.
Has anyone solved this?
The text was updated successfully, but these errors were encountered: