Page 1 of 1

Is it a bug?

Posted: Thu Nov 22, 2012 4:06 pm
by Essay Writing Service

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.


Is it a bug?

Posted: Fri Nov 23, 2012 12:24 am
by maxkatz

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.


Is it a bug?

Posted: Fri Nov 23, 2012 7:47 am
by Essay Writing Service

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


Is it a bug?

Posted: Fri Nov 23, 2012 3:51 pm
by maxkatz

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


Is it a bug?

Posted: Fri Nov 23, 2012 6:19 pm
by Essay Writing Service

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 ;)