watusi / jquery-mobile-iscrollview

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

Working until jQuery Mobile Panel is inserted #126

Closed dkraines closed 10 years ago

dkraines commented 10 years ago

My code works fine until a div with data-role="panel" is inserted then that panel no longer scrolls and the iscrollview area doesn't either. Both work fine independently with the rest of my jQuery Mobile code.

In fact if I just have data-role="panel" and data-iscroll on two separate divs my panel will no longer scroll vertically.

Any thoughts?

dkraines commented 10 years ago

After stripping the code down to bare bones iscrollview was actually still working just the panel was not scrolling.