Page 1 of 2

When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 2:42 pm
by Andrew Majskiy

Hello! I have some problem. When keyboard appears (on device) top menu goes out.
Image
Could you help me?
Thanks in advance!


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 2:49 pm
by Maryna Brodina

Hi, what field did you try to edit to get this result?


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 3:07 pm
by Andrew Majskiy

Any field. There is no matter.


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 3:10 pm
by Maryna Brodina

Thanks


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 4:04 pm
by Kateryna Grynko

Hi Andrew,

This is not a bug. It's Tiggzi standard behavior.


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 4:18 pm
by Andrew Majskiy

I know it. But I want to know how to resolve this problem? I don't need this standard behavior in my App. Is there any way to resolve it?


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 5:54 pm
by Kateryna Grynko

This is a jQuery Mobile feature. To resolve this problem you should create the following JS asset:
code$(document).bind("pageinit", function() {
$(".ui-page").unbind("focusin focusout");
});/code


When keyboard appears top menu goes out.

Posted: Mon Mar 25, 2013 7:01 pm
by Andrew Majskiy

OK! I'll try. Thanks for help.


When keyboard appears top menu goes out.

Posted: Tue Mar 26, 2013 2:00 pm
by Andrew Majskiy

Unfortunately, this code did not help. Top menu still goes out.


When keyboard appears top menu goes out.

Posted: Tue Mar 26, 2013 3:10 pm
by Maryna Brodina

Sorry Andrew, but as this is a standart behavior - there is nothing we can do and you would need to search is there any workaround in the Internet.