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

Problem with Android <next> keyboard button.

4 Answers 54 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
imran
Top achievements
Rank 1
imran asked on 02 Dec 2015, 01:30 PM

I have a Kendo view with several input fields. On view load scroller on the page working properly. I entered some text in the input field and click the <next> button in the keyboard and repeat that until all of my inputs are done. 

The problem is that the view seems stuck and if I try to swipe to scroll to the top it just springs back down.  I can't get the view to stay at the top of the screen.This only happens when using the <next> button in the keyboard.

 I am also also using data-use-native-scrolling in the view but issue still persists. Any help?

4 Answers, 1 is accepted

Sort by
0
Imran
Top achievements
Rank 1
answered on 03 Dec 2015, 06:29 AM

same issue in the telerik demo

http://demos.telerik.com/kendo-ui/m/index#mobile-forms/types

 

0
Eduardo Serra
Telerik team
answered on 03 Dec 2015, 02:14 PM
Hello Imran,

Could you please share with us the brand, model, and OS version of the device where the issue is ocurring? We tried to reproduce the issue on our side with the Telerik demo you pointed out but were unable to; it worked alright on our side.

Two things I would like you to try would be to set the strech property of the view to true and the contentHeight to a specific value.

I hope this helps.

Regards,
Eduardo Serra
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
imran
Top achievements
Rank 1
answered on 03 Dec 2015, 07:17 PM

Hello Eduardo

 Thanks for your response.

 Kindly open the telerik demo and checked with the tab button on keyboard. Click on the first field and then go with the tab button until all fields done. Then try to swipe to scroll to the top but it just springs back down.The view can't get to stay at the top of the screen.

0
Tina Stancheva
Telerik team
answered on 10 Dec 2015, 04:09 PM
Hello Imran,

This issue is caused by the scrolling behavior in the default WebView and in order to workaround it you would need to enable native scrolling for the entire Kendo UI Mobile application:
var app = new kendo.mobile.Application(document.body, { skin: "nova", useNativeScrolling: true });

I have to note, though, that the native scrolling has some limitations which you would need to consider before enabling it in your app. Please examine this article for more information on the benefits and limitations this feature brings.

Regards,
Tina Stancheva
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
General Discussions
Asked by
imran
Top achievements
Rank 1
Answers by
Imran
Top achievements
Rank 1
Eduardo Serra
Telerik team
imran
Top achievements
Rank 1
Tina Stancheva
Telerik team
Share this question
or