I am trying to hide some fields on the Add and Edit pages (they are auto-filled through other dropdown fields). In the Before Display events, I used the code:
$pageObject->hideField("fieldname");
This works with the desktop version, but in the mobile version, all the fields are still shown as usual. Any ideas?
Thanks.