mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Add comments
This commit is contained in:
parent
361f1e6f6e
commit
791c29b53f
1 changed files with 3 additions and 1 deletions
|
|
@ -16,8 +16,10 @@ public class SignupActivity extends Activity {
|
||||||
Log.d("SignupActivity", "Signup Activity started");
|
Log.d("SignupActivity", "Signup Activity started");
|
||||||
WebView myWebView = (WebView) findViewById(R.id.webview);
|
WebView myWebView = (WebView) findViewById(R.id.webview);
|
||||||
//myWebView.loadUrl("https://commons.wikimedia.org/w/index.php?title=Special:CreateAccount&returnto=Main+Page");
|
//myWebView.loadUrl("https://commons.wikimedia.org/w/index.php?title=Special:CreateAccount&returnto=Main+Page");
|
||||||
|
|
||||||
|
//Mobile page, looks better than the above
|
||||||
myWebView.loadUrl("https://commons.m.wikimedia.org/w/index.php?title=Special:CreateAccount&returnto=Main+Page&returntoquery=welcome%3Dyes");
|
myWebView.loadUrl("https://commons.m.wikimedia.org/w/index.php?title=Special:CreateAccount&returnto=Main+Page&returntoquery=welcome%3Dyes");
|
||||||
//Problem: display not good on large screen. Use mobile page?
|
|
||||||
//After Create Account button is pressed within WebView, it brings user to https://commons.wikimedia.org/wiki/Main_Page. So can we just override that URL?
|
//After Create Account button is pressed within WebView, it brings user to https://commons.wikimedia.org/wiki/Main_Page. So can we just override that URL?
|
||||||
//Do we NEED to enable JS? Validation seems to work fine here
|
//Do we NEED to enable JS? Validation seems to work fine here
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue