Hi, what field did you try to edit to get this result?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Hi, what field did you try to edit to get this result?
Any field. There is no matter.
Thanks
Hi Andrew,
This is not a bug. It's Tiggzi standard behavior.
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?
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
OK! I'll try. Thanks for help.
Unfortunately, this code did not help. Top menu still 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.