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
Describe the bug
I am trying to add cordova-plugin-crypto-file 1.4.0 to my ionic project with android 10 I have followed the guide by changing WebResourceResponse in platforms/android/app/src/main/java/com/ionicframework/cordova/webview/IonicWebViewEngine.java file and adding the tag of the port in the confix.xml file also but i got error
Build the project with cordova-plugin-crypto-file and get the apk file
Try to run the apk file on any android device and you will get the error "err_connection_refused https://localhost/index.html"
Expected behavior
The apk file will work without coonectin errors
Additional context
I thought this might be because the default port is 8080 so i tried to modify file after_propare,js to be child.attrib.src = 'https://localhost/' + child.attrib.src;
but i still have the same problem
your help is much appreciated
thanks..
The text was updated successfully, but these errors were encountered:
Hi @maxtroia
this commit you mentioned was related to the base repo (cordova-plugin-crypt-file) not this repo (cordova-plugin-crypto-file), however I tried to add that file and modify the other file as the commit but with no luck
Describe the bug
I am trying to add cordova-plugin-crypto-file 1.4.0 to my ionic project with android 10 I have followed the guide by changing WebResourceResponse in
platforms/android/app/src/main/java/com/ionicframework/cordova/webview/IonicWebViewEngine.java
file and adding the tag of the port in theconfix.xml
file also but i got error"err_connection_refused https://localhost/index.html"
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The apk file will work without coonectin errors
Additional context
I thought this might be because the default port is 8080 so i tried to modify file after_propare,js to be
child.attrib.src = 'https://localhost/' + child.attrib.src;
but i still have the same problem
your help is much appreciated
thanks..
The text was updated successfully, but these errors were encountered: