codrops / ModalWindowEffects

A set of experimental modal window appearance effects with CSS transitions and animations.
1.01k stars 239 forks source link

Blur effect crashes Android browser #15

Open manuelpaulo opened 9 years ago

manuelpaulo commented 9 years ago

Open demo in Android default browser, select the blur effect, browser crashes:

A/libc﹕ Fatal signal 11 (SIGSEGV) at 0x00000000 (code=1)

I noticed this on a Cordova app running on the emulator (soft and x86).

Is this only an emulator issue, due to the lack of hardware acceleration support?

Thanks