Page 1 of 1
nuMobileView 2 discussion
Posted: Thu Jun 27, 2024 3:38 pm
by Giu
I open this to talk about nuMobileView 2
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;
}
I sill see issues in one of my forms without understanding why. I checked from my Firefox browser in PC too with same result. I enable a mobile device.
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.
Re: nuMobileView 2 discussion
Posted: Fri Jun 28, 2024 7:32 am
by kev1n
The scaling generally seems to work well, at least for the nuBuilder core forms, as they adjust to the browser width. However, I have noticed that the scaling doesn't fit properly for some forms, and I am still looking for an appropriate solution.
One possibility could be to introduce a minimum and maximum scaling limit. For example, the scaling should not exceed a value of 1.2.
Re: nuMobileView 2 discussion
Posted: Sun Sep 15, 2024 10:13 am
by joecocs
Good morning,
I would like to be able to create an app for mobile and always have the display in mobile version even on my desktop computer.
I try to copy the header parameters but it doesn't change anything for me.
I updated the nubuilder-master files on my server and added the function in the parameters header. but nothing change
do you have an idea?
Thank's
Re: nuMobileView 2 discussion
Posted: Sun Sep 15, 2024 11:26 am
by joecocs
joecocs wrote: ↑Sun Sep 15, 2024 10:13 am
Good morning,
I would like to be able to create an app for mobile and always have the display in mobile version even on my desktop computer.
I try to copy the header parameters but it doesn't change anything for me.
I updated the nubuilder-master files on my server and added the function in the parameters header. but nothing change
do you have an idea?
Thank's
Sorry, i found in Firefox

Re: nuMobileView 2 discussion
Posted: Sun Sep 15, 2024 11:40 am
by joecocs
joecocs wrote: ↑Sun Sep 15, 2024 11:26 am
joecocs wrote: ↑Sun Sep 15, 2024 10:13 am
Good morning,
I would like to be able to create an app for mobile and always have the display in mobile version even on my desktop computer.
I try to copy the header parameters but it doesn't change anything for me.
I updated the nubuilder-master files on my server and added the function in the parameters header. but nothing change
do you have an idea?
Thank's
Sorry, i found in Firefox
Finally my question is: when I have an 'Html google maps' object, I cannot modify its position when I display in mobile mode. the object remains at the top even though I ask it to go to the last position.
EDIT :
finally, after several tries, when I am in mobile mode, it is not possible to organize the objects in the form
do you have an idea?
Thank's