nativeDroid2 icon indicating copy to clipboard operation
nativeDroid2 copied to clipboard

The tabs animation performance is poor on mobile devices

Open myonlylonely opened this issue 8 years ago • 6 comments

myonlylonely avatar Oct 10 '15 08:10 myonlylonely

Wonderful :-) ...so you should not use it on mobile devices then :-)

...no, seriously - on which device did you experience a bad performance? May I will make a possibility to remove animations at all. They were provided fully by CSS so they should perform well.

wildhaber avatar Oct 10 '15 15:10 wildhaber

I tested it on iOS 8.1.2 Safari.

发送自 Outlook

On Sat, Oct 10, 2015 at 8:53 AM -0700, "godesign" [email protected] wrote: Wonderful :-) ...so you should not use it on mobile devices then :-)

...no, seriously - on which device did you experience a bad performance? May I will make a possibility to remove animations at all. They were provided fully by CSS so they should perform well.


Reply to this email directly or view it on GitHub: https://github.com/godesign/nativeDroid2/issues/40#issuecomment-147101522

myonlylonely avatar Oct 10 '15 16:10 myonlylonely

You can test the "tabs" switching, it perform perfectly on PCs, and poor on iOS. And the position of the line below the tabs is not correct both on Safari(Both Mac and iOS) but correct on Chrome.

myonlylonely avatar Oct 12 '15 14:10 myonlylonely

Actually i tried on my Samsung S5, iPhone 6, Emulator fo ios, and Safari on mac and none of them gave me the problem you are facin

well-it-wasnt-me avatar Oct 25 '15 08:10 well-it-wasnt-me

I'm experiencing the same issue of myonlylonely on galaxy note 1 (android 4.1.1). During testing on mac/chrome no problem. However, on phonegap build compiled project, bad lagging and a little margin (between the underscore focus effect and the tab bottom border) are present. Plus, in my case the tab swipe doesn't work (actually I'm focus on understanding if that's my fault or it depends on nd2).

Edit: About the tabs swipe, everything is ok. It was just my app that has a page in which the content is composed by a collapsible widget, combined with list items. The swipe system seems to not recognize the gesture, when the user try to swipe over those widgets. But in a normal page area (empty space or text-alone) it works better.

ghost avatar Nov 09 '15 18:11 ghost

Thanks for your replies, I think this bad performance is due to the combination between Cordova/Phonegap/Webview and the lousy implementation of the swipe-gesture in jQuery-Mobile.

I will try to fix this using hammer.js but I dont set the priorities to high on this.

If someone else wants to improve this - you're very welcome :-)

wildhaber avatar Nov 20 '15 13:11 wildhaber