0

I use iScroll on a website, and everything is fine with all web browser. But when i tried to access it with a Kindle Fire device, i can't scroll on my page.

When i use Android native browser or Firefox/Chrome Mobile, it's working.

I use iScroll the simplest way :

var MyScroll = new iScroll('left_wrap');

Is there some problems with the Kindle Fire native browser ? (Android 2.3; App Webkit)

JuSchz
  • 1,200
  • 2
  • 15
  • 30

2 Answers2

1

This is likely because "overflow: auto" touch scrolling is not supported on the Kindle Fire native browser:

http://www.amazon.com/gp/help/customer/forums/kindleqna/ref=cm_cd_pg_newest?ie=UTF8&cdForum=Fx1GLDPZMNR1X53&cdPage=1&cdSort=oldest&cdThread=Tx1NHWJIHDRU49Y

Although apparently it is supported on Kindle Fire if you use Mobile FireFox:

http://www.softufacture.com/mobile

JoeDuncan
  • 367
  • 3
  • 8
0

Finally, I solved it using the YUI scrollview, and it's working perfectly

JuSchz
  • 1,200
  • 2
  • 15
  • 30