DataZombies/jQTouch

Flip page animation overlaps tab bar

Closed this issue · 5 comments

Hi,

When using a 'flip' page transition, very briefly, the animating page is visible over the tab bar.

I realise that this may be a WebKit issue.

I've noticed that, too, but I don't know how to fix it. I think it has something to do with the tabbar being outside of the jqt div.

I think so too, but it's supposed to be outside that div, otherwise the tabs would flip too, which seems like the wrong behaviour.

I tried to fix this with a z-index on the tab bar but to no avail.

I tries that, too, with the same results.

Sent from my iPhone

On Nov 7, 2011, at 11:13 AM, joriswreply@reply.github.com wrote:

I think so too, but it's supposed to be outside that div, otherwise the tabs would flip too, which seems like the wrong behaviour.

I tried to fix this with a z-index on the tab bar but to no avail.


Reply to this email directly or view it on GitHub:
#82 (comment)

Is there a way to make a z-index 9999 to make the tabbar alway on top?