Software Archive
Read-only legacy content

Intel Xdk scroll not working

emerson_s_
Principiante
1.470 Vistas

I created a demo app with Bootstrap UI Framework, it´s work fine in browser.
When i made it apk and run to my phone (Android 4),  the scrolling option not working on real device. 
Can someone help me?
Thanks

0 kudos
3 Respuestas
Brandon_K_Intel
Empleados
1.470 Vistas

The scrolling on the actual device is controlled by touch events. Browsers use mouse events. You may need to use something like fastclick.js to emulate those touch events. 

Using chrome you emulate touch events. Use the information from the following links to emulate those touch events.

https://developer.chrome.com/devtools/docs/device-mode

https://frontify.com/blog/how-to-emulate-touch-events-in-chrome/

If it still doesn't work then let me know.

Ali_H_
Principiante
1.470 Vistas

hello guys, 

I got same problem bootstrap and scroll doesn't work

is there any solution to it? 

Best regards, 

 

Diego_Calp
Colaborador Valioso I
1.470 Vistas

Hello,
Where scrolling is not working? Screen with large item list? A large text? A form with controls that exceeds screen size?

I have several apps using bootstrap and scroll is working. If you tell me more I may give you a mockup of a simple app.

Regards

Diego

Responder