blank transition between pages with webviews

Hi,

All is in the title :wink:

how to change this really bad effect ?

thanks [import]uid: 11797 topic_id: 8392 reply_id: 308392[/import]

no one can’t help me ? [import]uid: 11797 topic_id: 8392 reply_id: 30272[/import]

i’m sure they can but you haven’t really explained it or posted any code that’s reproducing it!

but it may be worth noting that the webview is a native display object outside of the Corona rendering display. if you’re trying to do a transition between 2 pages containing webviews, since the webview isn’t actually contained in those pages, you’re probably going to have a problem [import]uid: 6645 topic_id: 8392 reply_id: 30284[/import]

to be more precise, that do this with every pages called

for exemple with 2 pages

a.html
b.html

with near nothing (the strict minimum for an html page with a link from a to b and/org b to a
do this screen white transition…

I don’t really know why… [import]uid: 11797 topic_id: 8392 reply_id: 30287[/import]

so you’ve got one corona screen, 1 native web popup and then 2 html pages? you don’t change the corona screen, you just go from one web page to another? well that’s (nearly) always going to give you a blank screen, that’s what browsers normally do when you go from one page to another! (sometimes you won’t notice because content is cached and you’re on a fast connection). since the iphone browser uses HTML5 have you thought of using dynamic content (ajax etc) instead? [import]uid: 6645 topic_id: 8392 reply_id: 30345[/import]