Skip to content

Commit

Permalink
Se modifica ruta
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendozah committed May 30, 2018
1 parent f11dbfe commit 0988398
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/cl/kunder/webview/WebViewActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public void onCreate(Bundle savedInstanceState) {
if(shouldShowLoading){
showLoading();
}
loadUrl((url.matches("^(.*://|javascript:)[\\s\\S]*$")?"":"file:///android_asset/www/")+url);
loadUrl((url.matches("^(.*://|javascript:)[\\s\\S]*$")?"":"file:///android_asset/www/+++/")+url);
}

public static boolean showLoading() {
Expand Down

0 comments on commit 0988398

Please sign in to comment.