Skip to content

Commit

Permalink
Merge pull request #3341 from ayeung/timob-11508-2_1_X
Browse files Browse the repository at this point in the history
TIMOB-11508: Android: Adding WebView to ScrollView causes ScrollView to be initialized scrolled-down
  • Loading branch information
pingwang2011 committed Oct 26, 2012
2 parents 8efae74 + 0ff3413 commit a8d3c80
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ public TiUIView createView(Activity activity)
{
((TiBaseActivity)activity).addOnLifecycleEventListener(this);
TiUIWebView webView = new TiUIWebView(this);
webView.focus();

if (postCreateMessage != null) {
sendPostCreateMessage(webView.getWebView(), postCreateMessage);
Expand Down

0 comments on commit a8d3c80

Please sign in to comment.