watusi / jquery-mobile-iscrollview

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

iscrollview 1.2.6 doesn't work well with jqm 1.3.0 panel widget #74

Open xqdong opened 11 years ago

xqdong commented 11 years ago

When I initiate a panel in the same page as iscrollview exists, if the content in the panel is longer than screen heights(which means need scroll down to see the content), then scroll down doesn't work, which means when I try to scroll down, it doesn't scroll down.

For the desktop, the scroll down function works well in above scenario, but in mobile phone, I'm using iphone, then it doesn't work.

The problem description is similiar to http://stackoverflow.com/questions/14672196/jquery-mobile-1-3-panel-on-android difference is I'm using iscrollview.

but that problem has been solved in 1.3.0 JQM, my problem seems hasn't been fixed.

Anyone can help? it already takes me couple hours!!

brettalton commented 11 years ago

Were you able to get this fixed? I was looking at this library for use with jQuery Mobile 1.3.0 and their panel feature.

xqdong commented 11 years ago

I fixed it by adding one iscrollview into panel. Then it works perfectly!

jtara commented 11 years ago

Confirmed, similar to Issue #84 with popups.

mhanke commented 10 years ago

Hey xqdong,

I have the same problem. can you please describe your solution in more detail?

Moe

quanghoc commented 10 years ago

Look like there is NOT a solution for this as I have been searching around. My workaround is to turn that panel into a separate page and treat the scrolling just for that page. Dealing with panel within a page is hard for iscrollview!!!