Hello there,
I have JavaScript on my main form which basically hides the section based on the selection in the field using Xrm.Page.ui.tabs.get().sections.setVisible(); and its working fine on web browser.
But when I load the same form in Mobil/Tablet application, it gives a script error " the property setVisible is not available to null object'
Does anybody faced this problem and have any resolution. Does hiding section using javascript is supported script in Mobile/Tablet app.
The MSDN arcticle https://msdn.microsoft.com/en-us/library/dn481572.aspx says that Xrm.Page.ui tab. setDisplayState is note a supported on mobile app, but doesn't specified about the sections though