mgks / Android-SmartWebView

A simple use webview integrated w/ native features to help create most advanced hybrid applications.
https://mgks.dev/smart-webview
MIT License
551 stars 276 forks source link

I got problems with android studio Dolphin #258

Open Macof08 opened 1 year ago

Macof08 commented 1 year ago

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?

Yusriaja commented 1 year ago

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

mgks commented 1 year ago

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