sieumeo

Results 3 comments of sieumeo

The menu currently gets a flashy cut off for about 1/10 second whenever activated on iOS browsers, due to inner-wrapper height changed from 0px to max height. I temporarily fixed...

No I didn't modify the plugin but added a new CSS rule for inner-wrapper right after `menu.on();` ``` javascript menu.on(); $(".inner-wrapper").css("min-height",Math.max($(window).height(), $(document).height(), $("body").prop('scrollHeight'))); // fix menu glitch ``` UPDATE: For...

Maybe a test to see if the browser is IE at plugin init, then we'll only clearHeight later if it is? Thanks and Best Regards, Phan Tuan Anh On Tue,...