Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

When keyboard appears top menu goes out.

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

When keyboard appears top menu goes out.

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

Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

When keyboard appears top menu goes out.

Any field. There is no matter.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

When keyboard appears top menu goes out.

Hi Andrew,

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

Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

When keyboard appears top menu goes out.

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

When keyboard appears top menu goes out.

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

Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

When keyboard appears top menu goes out.

OK! I'll try. Thanks for help.

Andrew Majskiy
Posts: 0
Joined: Fri Jan 04, 2013 1:31 pm

When keyboard appears top menu goes out.

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

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

When keyboard appears top menu goes out.

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.

Return to “Issues”