opitzconsulting / jquery-mobile-angular-adapter

jquery mobile angular adapter
MIT License
517 stars 114 forks source link

Angular ng-repeat + jqueryMobile listview in Android native phoneGap Container 6x{{}} / li Performance #85

Closed pascalwhoop closed 11 years ago

pascalwhoop commented 11 years ago

Hello there! http://jsfiddle.net/f4SVL/4/

Sadly I couldn't manage to recreate my performance problems in this jsfiddle which makes me think something else might be wrong with my application and it's not the adapters "fault".

As discussed via the phone, there are performance problems with my listView. 2 be more specific, scrolling is a pain.

Scrolling must be performed at a perfect vertical angle (from top to bottom 90°, only a few percent across the screen or a slightly curved movement cause the touchevent not to be picked up). Also if one doesn't scroll with a flick but rather keeps the finger on the screen for a little while and swipes the content up or down it often fails as well. only if one moves the finger really slowly from top to bottom, the content will follow.

I will try and toss everything out of my application always checking again, if it got any better.

Thanks! Pascal

pascalwhoop commented 11 years ago

IT's because of my ngm-swiperight="mymethod()" listener. If i comment this part out, my list scrolls just fine again! thanks! Pascal