This is a migrated thread and some comments may be shown as answers.

scroller issues on andorid when keyborad hide

1 Answer 49 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ken
Top achievements
Rank 1
Ken asked on 20 Nov 2012, 08:43 AM
my code :

<div data-role='view'>
    <header>
.....
</header>
    <div data-role='content'>
        <ul>
           .<li></li>....
            <li>
                <input type='text' />
            </li>
            .<li></li>....
        </ul>
    </div>
</div>

issue:   scroll to the bottom touch the input , the keyboard show, and the content will scroll up , but it can not scroll to back when keyboard hide. 

  config:     android:windowSoftInputMode="stateAlwaysHidden" 

1 Answer, 1 is accepted

Sort by
0
Ken
Top achievements
Rank 1
answered on 26 Nov 2012, 03:48 AM
can some one help me?
Tags
General Discussions
Asked by
Ken
Top achievements
Rank 1
Answers by
Ken
Top achievements
Rank 1
Share this question
or