Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.

Intel Xdk scroll not working

emerson_s_
Beginner
1,114 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
1,114 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
1,114 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
1,114 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