Open
Description
the webview only loads offline i have the variable turned off , all began with the update of artic to dolphin... my apk that i had working, colapse, and i try to make a new one and thats my actual problem.
static boolean ASWP_OFFLINE = false; // whether the loading webpages are offline or online
the webview only loads offline
static String ASWV_URL = "https://google.com"; // complete URL of your website or offline webpage "file:///android_asset/offline.html";
I build apk like 4 times, and all is the same, with new files, can someone help?