Phonegap and Android Scrolling Issue

后端 未结 2 1024
萌比男神i
萌比男神i 2021-01-27 07:45

I am deploying application with Phonegap for Android and iPhone.

I am using style -> Overflow : scroll for Scrolling contents.

Its working properly in iPhone Ap

2条回答
  •  既然无缘
    2021-01-27 08:40

    I believe Android and iPhone devices in older versions did not support Overflow at all, or in limited instances, so the only way to overcome this would be to involve some JavaScript, just as jQuery Mobile did in their previous versions

    also, maybe check this: How much support is there for -webkit-overflow-scrolling:touch

提交回复
热议问题