Android-SmartWebView
Android-SmartWebView copied to clipboard
I got problems with android studio Dolphin
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?
replace static String ASWV_URL_OFFLINE = "file:///android_asset/offline.html"; with static String ASWV_URL_OFFLINE = "https://www.google.com/";
@Macof08 beta branch is updated now, you can give it a try.