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

Create mobile-nav-android

Open artworkad opened this issue 11 years ago • 1 comments

Addresses following issue:

CSS animations are supported by Android devices — but only if a single property is changed. As soon as you try to animate more than one property at once, the entire element disappears. In non-native Android browsers, the element will be visible for the duration of the animation, but will hide immediately after it’s finished.

So when you target android users with your webapp, you should use this css file instead of the default one.

artworkad avatar Aug 04 '13 20:08 artworkad

Hi @ArtworkAD

Thanks for the work.

hmm, do we need the extra transform rules at all on any of them now? It was my attempt to fix some flickering problems, but not sure if it's needed...

Is there a way we could put this into one css file for all?

ajoslin avatar Aug 06 '13 01:08 ajoslin