Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Friends
I wanted to do one qvw file that caters to the mobile device as well as the laptop screens
wanted to automate this process
attaching a sample in which the user has to switch,
Is there any way by which from within a QVW i can identify if the module is being accessed from a mobile device or not. so that the process can be automated
Hi,
for the auto screen layout, we can use the default extension available.
**but we need to customize as per our requirement.
or
Normally if we open the dashboard in mobile/ipad the dashboard objects look and feel will be different like all the objects will come as separate we can see one object only at a time.
or
coming to desktop Vs mobile.
the process what we follow:
in the same app we are maintaining separate sheets one for desktop and another for mobile version.
in desktop version normal size objects, but for mobile related sheets the objects will be some what small
Yes I wanted to do the same where in the same application i have 2 sheets 1 for ipad and the other for desktop.
now when i deploy this on the access point.
depending on the whether the user is accessing using the ipad browser or the desktop browser i wanted to enable and disable the screens
After we login in home page add 2 buttons.
Button 1: for desktop related sheet home page
Button 2: For mobile related sheet home page
if you see that is what i have done in the sample attached