File tree Expand file tree Collapse file tree
java/com/caniwebview/android/ui/webview Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ class WebViewFragment : Fragment() {
4141 webView.webViewClient = WebViewClient ()
4242
4343 // Load url in field if saved
44- val savedUrl = sharedPreferences.getString(" url" , " https://caniwebview.com" )
44+ val savedUrl = sharedPreferences.getString(" url" , " https://caniwebview.com/app " )
4545 if (savedUrl != null ) {
4646 urlEditText.setText(savedUrl)
4747 webView.loadUrl(savedUrl)
Original file line number Diff line number Diff line change 22 <string name =" app_name" >CanIAndroidWebView</string >
33 <string name =" title_webview" >WebView</string >
44 <string name =" title_config" >Config</string >
5- <string name =" default_url" >https://caniwebview.com</string >
5+ <string name =" default_url" >https://caniwebview.com/app </string >
66 <string name =" javascript_enabled" >JavaScript Enabled</string >
77 <string name =" javascript_can_open_windows" >JavaScript Can Open Windows</string >
88 <string name =" dom_storage_enabled" >DOM Storage Enabled</string >
You can’t perform that action at this time.
0 commit comments