Android-SmartWebView icon indicating copy to clipboard operation
Android-SmartWebView copied to clipboard

I got problems with android studio Dolphin

Open Macof08 opened this issue 3 years ago • 2 comments

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?

Macof08 avatar Oct 14 '22 23:10 Macof08

replace static String ASWV_URL_OFFLINE = "file:///android_asset/offline.html"; with static String ASWV_URL_OFFLINE = "https://www.google.com/";

Yusriaja avatar Oct 16 '22 11:10 Yusriaja

@Macof08 beta branch is updated now, you can give it a try.

mgks avatar Jan 19 '23 17:01 mgks