Master/Detail form mobile

In a form I use a Master/Detail form to an editable grid. On the mobile version, the Master/Detail is not found… page doesn’t exist. Is this a bug?

Hi,
I think so. But I have already asked the question. “answer of bugteam, problem doesn’t occur with my test. Send your application.”. I gived a acces to my app but no change about the answer

Guy
v9.6.018

1 Like

While the “bugteam” doesn’t find any problem, I have made it work in another way: In each app (master and detail), put in the onLoad this:

$_SESSION['scriptcase']['display_mobile'] = false; 
$_SESSION['scriptcase']['device_mobile'] = false;

And it will work.

Hope it helps until we have a final solution.

1 Like

Thank you both for your help!

For some reason this doens’t work. Do you still use this solution?

Edit: Sorry, I made a mistake. Works!

1 Like

Still have the same problem in 9.7.10
Any other workaround other than disabling mobile mode?
Tks
Giorgio