Page 1 of 1

Not able to run demo on iPad

Posted: 25 Mar 2018, 16:20
by Tarun
Hi, I am not able to run live demo of Serenity on iPad. Menu button on top left corner is not working.

Re: Not able to run demo on iPad

Posted: 13 Apr 2018, 15:03
by mert.sincan
I couldn't replicate it. Could you please attach a screenshot for us?

Re: Not able to run demo on iPad

Posted: 25 Sep 2018, 18:17
by brayson
Same thing on desktop. When you resize the window to the tablet size, the menu collapses, but the hamburger click doesn't bring it back.

Re: Not able to run demo on iPad

Posted: 27 Sep 2018, 10:26
by mert.sincan
Fixed for next version. Please make the following change in App.js;

Code: Select all

   isMobile() {
        return window.innerWidth <= 1024; /* instead of 640*/
    }  

Re: Not able to run demo on iPad

Posted: 27 Sep 2018, 21:22
by brayson
Great, thank you.

Re: Not able to run demo on iPad

Posted: 28 Sep 2018, 08:46
by mert.sincan
You're welcome!