Skip to content

Commit

Permalink
Merge pull request #3338 from ayeung/timob-11508
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 d97e3d4 + d392179 commit b0c807e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,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 b0c807e

Please sign in to comment.