Software Archive
Read-only legacy content

Intel Xdk scroll not working

emerson_s_
Beginner
653 Views

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 Replies
Brandon_K_Intel
Employee
653 Views

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.

0 Kudos
Ali_H_
Beginner
653 Views

hello guys, 

I got same problem bootstrap and scroll doesn't work

is there any solution to it? 

Best regards, 

 

0 Kudos
Diego_Calp
Valued Contributor I
653 Views

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

0 Kudos
Reply