I updated my app and enabled in nuOnload in Settings headers nuMobileView2 as stated in the main thread about this new feature.
Code: Select all
function nuOnLoad(formId, formCode) {
nuUXOptions['nuDevMobileView2'] = true;
}
In this case, as you can see, width of the nuBody object, is getting the size of the width of the device, but, applying a nuScale(2), breaking, I think, all the form.
Why is this scale needed?
Regards.