Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Is it a bug?

I am non-English speaking, so I will show you a screenshots of my issue. I have a navbar on the top and input fields below it.

Image

I am disabling a navbar in edit mode (on Tap event), because my keyboard is very big and with navbar I can't see my input fields.

Image

But when I go back from edit mode and enable navbar again, my first input field appears under navbar and I can't see it.

Image

please, let me know if you understand my problem.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it a bug?

I don't know if it's a bug.. I guess the cursor was inside the input fields and when you enable the NavBar it is simply shown but the page stays in the same position.

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Is it a bug?

so, how to align the screen to the original position? I could not release my app with such behavior.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

Is it a bug?

I don't know of the top of my head...you would need to search online to see how it might be done.

Essay Writing Service
Posts: 0
Joined: Tue Nov 06, 2012 10:39 pm

Is it a bug?

I manually set the offset:

var x = Tiggzi('mobilenavbar2').offset();
x.top = x.top + 45;
Tiggzi('mobilecontainer1').offset(x);

thanks for pointing me to google ;)

Return to “Issues”