Page 1 of 1

Blinking while page transition

Posted: Tue Feb 10, 2015 6:58 pm
by zimennik

Hello.
When I changing page on my Android device, screen becomes white for a second.
I found this guide: http://blog.appery.io/2012/07/elimina...
but it's not work for me.
How can I fix this?


Blinking while page transition

Posted: Tue Feb 10, 2015 9:24 pm
by Evgene Karachevtsev

Hello!

1) Unfortunately sometimes JQM behaves with glitches
2) You don't have to write this code, you can make it in the editor
http://gyazo.com/5b0ff650cb0a09547567...
3) Please don't use the full refresh
4) Maybe it behaves itself like this because the services and other functionality is invoked.


Blinking while page transition

Posted: Tue Feb 10, 2015 10:06 pm
by zimennik

2) I have same options
3) I don't use it
4) White screen appears whitout any servises on page.


Blinking while page transition

Posted: Wed Feb 11, 2015 11:04 am
by zimennik

Is there any solutuions for this bug?


Blinking while page transition

Posted: Wed Feb 11, 2015 12:31 pm
by Illya Stepanov

Hi -

Please read more about it here: http://stackoverflow.com/questions/16...


Blinking while page transition

Posted: Wed Feb 11, 2015 5:19 pm
by zimennik

Hi, Illya.
This is not work for me.

I'll try test this app in chrome on mobile, and it seems to be normal (almost). But if I build .apk, there is a white screen on transition.


Blinking while page transition

Posted: Thu Feb 12, 2015 7:58 am
by Maryna Brodina

Hello!

It has something to do with JQuery, not Appery.io and you would need to search for a workaround online.

http://stackoverflow.com/questions/59...
https://github.com/jquery/jquery-mobi...


Blinking while page transition

Posted: Thu Feb 12, 2015 9:33 am
by zimennik

I think I have find solution, but I don't know how to implement it.
It says I need to change viewport meta tag to < meta name="viewport" content="width=device-width, user-scalable=no" . Where can I find this meta tag?


Blinking while page transition

Posted: Thu Feb 12, 2015 1:24 pm
by Maryna Brodina

Blinking while page transition

Posted: Thu Feb 12, 2015 8:25 pm
by zimennik

Thank you very much! It works fine now.
I just create js with this code: "$('head meta[name=viewport]').remove();"