watusi / jquery-mobile-iscrollview

JQuery Mobile widget plug-in for easy use of the iScroll javascript scroller.
408 stars 183 forks source link

Controlgroup buttons not showing up in ICS if data-iscroll is not used to the content div #120

Open Ragingblues opened 10 years ago

Ragingblues commented 10 years ago

I am currently using jquery mobile 1.3. I have a div of a fixed height that has the content within it scrolling. I have skipped using data-iscroll="" to the data-role="content", as in phones running ICS the controlgroup buttons are not getting displayed. If I apply the data-iscroll to the data-role="content" the scrolling div doesnt work but the buttons are getting displayed.What do I need to do to get it working in ICS??

Kindly note This problem is not seen in Jelly Bean.