Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ionic sidemenu on mobile browser not working smoothly

I am developing mobile web app using ionic sidemenu, but it is not as smooth as it should be. When I open sidemenu using slide left/right, I am getting less than 30 FPS as shown in figure.

Timeline of ionic sidemenu toggle

How can I improve the performance?
Reaching 60 FPS would be great!

like image 680
vinesh Avatar asked Oct 21 '22 04:10

vinesh


1 Answers

AppGyver's Steroids tooling also provides you with access to Crosswalk on Android. You can run it in your Ionic project directly without modifying any files.

Also, Supersonic's sidemenu/drawer is fully native, so if you're up for migrating, it'll run way faster. :)

(Disclaimer: I'm a programmer for AppGyver.)

like image 193
harsa_ Avatar answered Oct 27 '22 10:10

harsa_