Need to reload page in menu app on mobile navigation mode

Hi,

I have a project working on smartphone, but after updating to v.1.38 I need to refresh some grid and form apps to work with ??? Not all but , why ???

problem seems to be in menu app in navigation mode when you click on an items

I tried with : deleting cache, generate all project with librairies and deploy it , nothing was changed

Thanks
Can

Don’t understand sorry. What do you mean with refresh? Reload grid/form info?

Hi Giu

On mobile only, when you’re in a menu app with Navigation Mode, you click on a menu item and you see an empty page , you must refresh your page to see your app

But I changed menu mode from navigation to normal with Float menu option selected and everything works agian !!!

So I think since v.1.38 there is a problem with mobile navigation mode in menu app

Hi all,

Nearly same problem. My Customers working with Tablets like iPhone Surface pro …, my Login page was designed for Desktop and earlier V. 1.38 was working fine on Tablets also. But now, they load always the mobile version of my login page. So i found a Workaround, but i need reload the login page after first load, because the load always the mobile version of my login page. The mobile version Text is always displayed. B?hh:((

The workaround is

OnApplicationInit

$_SESSION[‘scriptcase’][‘display_mobile’] = false;

Hi I am having a same problem when set the menu app with Navigation Mode, every time after click on a menu item i must refresh the page to see the app. Anyone having solution for this??