From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to develop webvi for multiple devices

Watching from this video LabVIEW NXG Web Module and downloaded the example from this link WebVIs: Developing your Web-based LabVIEW User Interface It showing different web view for different devices.

In the downloaded example, there are 3 web application. each for  main (looks for desktop), tablet, and mobile. How to switch between them by recognizing which device user used?

 

I know we could enable flexible panel. however in some cases we really need to develop completely different view for different device/screen size.
Any solution?

0 Kudos
Message 1 of 2
(928 Views)

I've never implemented this functionality, but I assume you could try using JavaScript to redirect to the correct page based on the browser or the screen size. For example: Redirect Mobile Devices 

 

In WebVIs you have access to the HTML, so you can include this function in your WebVI's Head.

 

Regards,

0 Kudos
Message 2 of 2
(876 Views)