Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to scroll Form/Components while virtual keyboard is showing #361

Closed
codenameone opened this issue Mar 27, 2015 · 6 comments
Closed

Comments

@codenameone
Copy link
Collaborator

Original issue 361 created by codenameone on 2012-10-10T20:00:29.000Z:

I have noticed this issue on Android and the simulator, I'm unsure if it's an issue in iOS (probably is)

On Android, most apps allow you to scroll the screen or scroll through a list while a text area has focus and the virtual keyboard is showing.

This can be seen on the gmail app. Hit the search icon, a text area at the top gains focus and the virtual keyboard shows up. However, you can still scroll through the list of emails. This scrolling does not cause the text area to lose focus or cause the virtual keyboard to disappear and the user can continue typing a search at any time without having to reselect the search icon or he text area.

Shai fixed the problem of not being able to click components on the Form with the virtual keyboard showing in issue 265. However, I think this fix needs to go a step further and allow this behavior as, at least on Android, it is almost expected by the user.

This could maybe be setting somewhere, perhaps on the TextArea, that allows scrolling without loss of focus on the TextArea and the keyboard disappearing.

@codenameone
Copy link
Collaborator Author

Comment #1 originally posted by codenameone on 2012-10-11T09:43:46.000Z:

This might be a bit challenging but should probably be doable just by flipping the fold behavior from screen touch to focus.
I think its hardcoded in the iOS implementation so Chen if you think this is doable please reassign it to me after you make the necessary changes.

@codenameone
Copy link
Collaborator Author

Comment #2 originally posted by codenameone on 2012-11-01T13:18:23.000Z:

As part of this enhancement, it would be nice to have a way to move the focus to different editable components in a form and a "Done" button to close the keyboard. This functionality is already supported in the Android port, however in iOS it is not present. I have attached the screenshots from a Paypal (native app) and our CN1 app for an example of the keyboard. In the Paypal app, the "prev", "next" and "done" buttons are present on top of the virtual keyboard.

@codenameone
Copy link
Collaborator Author

Comment #3 originally posted by codenameone on 2012-12-13T13:50:26.000Z:

the first request would not be trivial, cause even if we change the fold to focus once you click on the screen the focus in most cases will change and will cause the fold.

This has to be fixed in a more generic way.

In the meantime I'm reassign this to Shai to fix the 2nd request for IOS

@codenameone
Copy link
Collaborator Author

Comment #4 originally posted by codenameone on 2013-02-28T05:21:27.000Z:

Hi Shai,

Do we have an ETA for supporting the Next, Prev and Done buttons as shown in the native paypal ios app?

Thanks,
Nirmal

@codenameone
Copy link
Collaborator Author

Comment #5 originally posted by codenameone on 2013-02-28T06:16:43.000Z:

There already is a "next" feature in the VKB's. Isn't it working for you?

@codenameone
Copy link
Collaborator Author

This was fixed a long time ago

@codenameone codenameone removed their assignment Jul 8, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

0 participants