Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I got problems with android studio Dolphin #258

Open
Macof08 opened this issue Oct 14, 2022 · 2 comments
Open

I got problems with android studio Dolphin #258

Macof08 opened this issue Oct 14, 2022 · 2 comments
Labels

Comments

@Macof08
Copy link

Macof08 commented Oct 14, 2022

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 Macof08 changed the title I got problems with andrid studio Dolphin I got problems with android studio Dolphin Oct 14, 2022
@Yusriaja
Copy link

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

@mgks mgks added the bug label Jan 19, 2023
@mgks
Copy link
Owner

mgks commented Jan 19, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants