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

Native scrolling in Vue apps

3 Answers 48 Views
This is a migrated thread and some comments may be shown as answers.
Ron
Top achievements
Rank 1
Veteran
Ron asked on 10 Oct 2019, 04:44 PM

Hi,

Our old application was written using kendo-ui for jquery - and when we had issues with scrolling, we used useNativeScrolling mentioned in the following reference to help us:

 

https://docs.telerik.com/kendo-ui/controls/hybrid/native-scrolling

 

Our new application is using kendo-ui inside a Vue application - is there a way to help us with this issue again - and if so, how can it be done? 

 

3 Answers, 1 is accepted

Sort by
0
Veselin Tsvetanov
Telerik team
answered on 14 Oct 2019, 12:32 PM

Hi Ron,

The useNativeScrolling option is available for the kendo.mobile.Application. It will disable the Application default scrolling emulation. As far as I can understand, you no longer use the kendo.mobile.Application to create your app. If that is the case, removing the Kendo Application would also remove the scrolling emulation. Hence, there will be no behavior that would be affected by the useNativeScrolling configuration.

Having that said, I would like to ask you to prepare and send us an isolated sample (CodeSandbox or StackBlitz), demonstrating any scrolling issue faced. This way we will be able to review the case locally and to provide you with the most appropriate assistance on the above.

Regards,
Veselin Tsvetanov
Progress 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
Ron
Top achievements
Rank 1
Veteran
answered on 14 Oct 2019, 04:27 PM

Hi Veselin,

Thanks for the answer. Before we go to the trouble of creating sample projects - let's try to ask the following:

 

Is there a way to use native scrolling with kendo components in Vue - or are you saying that if we use Kendo components in a Vue application -the scrolling behavior is defined by the app itself and is not part of the Kendo components? 

0
Veselin Tsvetanov
Telerik team
answered on 16 Oct 2019, 09:45 AM

Hello Ron,

The asset that would control the scrolling behavior in a kendo.mobile.Application is delivered by the Kendo Application itself. When Kendo Application is not used, the views in the app would not be managed by the Kendo implementation. That means they should use the native scrolling behavior that is specific to the platform they run on.

There are, however, scenarios in which Kendo widgets use their own scrolling. Such are the Spreadsheet and the Scheduler, for example. Having that said, if you face any issues with their scrolling behavior, I will be happy to further assist you. To do that I will need to reproduce locally the scrolling problem observed.

Regards,
Veselin Tsvetanov
Progress 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
Asked by
Ron
Top achievements
Rank 1
Veteran
Answers by
Veselin Tsvetanov
Telerik team
Ron
Top achievements
Rank 1
Veteran
Share this question
or