-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CORDOVA 7.0.0 net::ERR_FILE_NOT_FOUND (file:///android_asset/www/+++/index.html) #75
Comments
Same here |
Any one find solution ? i have same issue. |
Try rewriting line number 34 and 58. Fix cyphering process crashing when some directory name matched the include pattern. old 34 old 58 |
Still not working... As far as I know the issue is related to the file server used by ionic-webview, the plugin is not compatible with a local server to serve the files... |
Same issue here with the latest ionic webview plugin. |
same issue here :/ trying to solve this, if you add cordova-plugin-crypt-file then when you inspect the ionic app, it will be here:
but if you remove this plugin and add only the ionic webview plugin 2+ then the app will be in the server |
I'm sorry. Workaround is to remove "cordova-plugin-ionic-webview" plugin. |
I have fixed this finally. I have created another plugin that is made to work with "cordova-plugin-ionic-webview" if you are using it in your project. The plugin is here: https://github.com/PeterHdd/cordova-plugin-crypto-file To use it, try the following:
Also please read the important section Please try @otak1222 (and everyone else in this thread) and give me your feedback. |
@PeterHdd does your solution accomodate all android versions? I am having issues running on lollipop |
@narickson What problem are you getting? Yes, it should work, make sure to do the "important section" though Also, which version of ionic webview are you using? |
@PeterHdd I am using version 2.2.0 should I update it also to version 4? |
Can you please tell me the steps that you are taking? |
I first installed the plugin |
Ok, check this ionic-team/ionic-framework#17503 I'm not sure what the problem is, but as a test, do the following: Test1: Remove cordova-plugin-crypto-file Test 2: Test 3: |
I have removed all the plugins and re install them again. It is working fine now. I might have messed with the webview while trying to fixed it or something. |
Not working |
@PeterHdd I have implemented the same process as per suggestions mentioned in above. My debug app is working fine but when i am trying to run signed app it is getting crashed and closing immediately. |
I add the plugin then made the changes on ionicwebviewEngine java file after that build successfully. my project info
global packages:
local packages:
System:
Environment Variables:
Misc:
help please.... |
same issues!Anyone who solves the problem? |
Use this plugin instead: |
Has anyone tried to remove '/+++/' from this plugin and it still works? |
Can you try again by replacing the |
do it |
Hello
First i want thank you for this awesom plugin is very helpfull i use in all my applications.
i was using ionic 3 with cordova ^6 , the plugin was working fine ,but after upgrade platform to 7.0.0 the plugin is stop working and show in background the "index.html" crypted text and also alert contain this error :
net::ERR_FILE_NOT_FOUND (file:///android_asset/www/+++/index.html)
after that application is close
what i try and not worked :
my system info is :
`Ionic:
ionic (Ionic CLI) : 4.1.1 (C:\Users\yassine\AppData\Roaming\npm\node_modules\ionic)
Ionic Framework : ionic-angular 3.9.2
@ionic/app-scripts : 3.2.0
Cordova:
cordova (Cordova CLI) : 8.0.0
Cordova Platforms : android 7.0.0
Cordova Plugins : cordova-plugin-ionic-keyboard 2.1.3, cordova-plugin-ionic-webview 2.2.5, (and 14 other plugins)
System:
Android SDK Tools : 26.1.1 (C:\Users\yassine\AppData\Local\Android\Sdk)
NodeJS : v8.2.1 (C:\Program Files\nodejs\node.exe)
npm : 5.3.0
OS : Windows 10
`
I hope this is enought to reprodius the probleme and sorry because we don't have project in global git. so we can't share.
if you need any information or new test just tell me
and than you again for your energy and your time
The text was updated successfully, but these errors were encountered: