Welcome to the nuBuilder Forums!

Register and log in to access exclusive forums and content available only to registered users.

nuMobileView 2 discussion

Questions related to using nuBuilder Forte.
Post Reply
Giu
Posts: 87
Joined: Sat Jan 25, 2014 11:01 am
Has thanked: 9 times

nuMobileView 2 discussion

Unread post 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.
You do not have the required permissions to view the files attached to this post.
kev1n
nuBuilder Team
Posts: 4292
Joined: Sun Oct 14, 2018 6:43 pm
Has thanked: 71 times
Been thanked: 444 times
Contact:

Re: nuMobileView 2 discussion

Unread post 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.
joecocs
Posts: 67
Joined: Wed Jul 04, 2018 4:11 pm
Location: France

Re: nuMobileView 2 discussion

Unread post 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
joecocs
Posts: 67
Joined: Wed Jul 04, 2018 4:11 pm
Location: France

Re: nuMobileView 2 discussion

Unread post 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 :ponder:
joecocs
Posts: 67
Joined: Wed Jul 04, 2018 4:11 pm
Location: France

Re: nuMobileView 2 discussion

Unread post 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 :ponder:
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 :cry:

do you have an idea?
Thank's
Post Reply