angular-mobile-nav icon indicating copy to clipboard operation
angular-mobile-nav copied to clipboard

Suggestion: Option for loading/compiling page after transition

Open cauli opened this issue 10 years ago • 0 comments

I am building an app and my pages are fairly heavy with many dom elements, that is kind of unavoidable.

My problem is similar to issue #27 . When navigating to another page the app stalls for more or less 600ms, a shitload of time. Yes, I am using FastClick.

One idea would be an option to make the page transition and only then load the next page. Then we could use an activity indicator while the other page is being loaded, or use fadeIn transitions or whatever. It would be a way better UX for most cases.

cauli avatar Aug 29 '14 14:08 cauli