zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

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?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Blinking while page transition

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.

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

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

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

Is there any solutuions for this bug?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Blinking while page transition

Hi -

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

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

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.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Blinking while page transition

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...

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

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?

zimennik
Posts: 0
Joined: Sat Jan 17, 2015 4:18 pm

Blinking while page transition

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

Return to “Issues”