Skip to content

Commit

Permalink
* [android] disable input scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
sospartan committed Jun 7, 2016
1 parent ade43d1 commit 4bca822
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,8 @@ protected void initView() {
}

inputView.setTextSize(TypedValue.COMPLEX_UNIT_PX, WXStyle.getFontSize(mDomObj.style));
inputView.setSingleLine();//default use single line , same to ios
inputView.setSingleLine();//default use single line , same to ios
inputView.setMovementMethod(null);
mHost = inputView;
}

Expand Down

0 comments on commit 4bca822

Please sign in to comment.