cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X

How to create a Experience compatible with all size devices (iPad, iPhone, Android) in Vuforia View

anupds
12-Amethyst

How to create a Experience compatible with all size devices (iPad, iPhone, Android) in Vuforia View

Hi All ,

Is there a way to create a AR Experience in Vuforia Studio which will be compatible to view in all size device like iPad , iPhones and Android Phone 

I have added some background-images in my 2D canvas with iPad size , it viewed perfectly in iPad but if I try to view the same experience in different size device like iPhone the background images get automatically crop 

All some of the 2D Widgets like toggle button with Images are not viewable properly also the arrangement of widgets are not properly placed 

Is there any solution to make this compatible with all size devices and view the same like it is in viewed in iPad 

1 ACCEPTED SOLUTION

Accepted Solutions
sdidier
17-Peridot
(To:anupds)

Hello Anupds,

 

The solution is to use CSS stylesheet to control some settings for some screen sizes.

 

We can an example in these links :

https://www.w3schools.com/cssref/css3_pr_mediaquery.asp

and

https://stackoverflow.com/questions/21075983/how-to-use-particular-css-styles-based-on-screen-size-device/45695130

 

Best regards,

Samuel

View solution in original post

2 REPLIES 2
sdidier
17-Peridot
(To:anupds)

Hello Anupds,

 

The solution is to use CSS stylesheet to control some settings for some screen sizes.

 

We can an example in these links :

https://www.w3schools.com/cssref/css3_pr_mediaquery.asp

and

https://stackoverflow.com/questions/21075983/how-to-use-particular-css-styles-based-on-screen-size-device/45695130

 

Best regards,

Samuel

anupds
12-Amethyst
(To:sdidier)

Hi Samuel ,

Thanks a lot for reply !

I shall try this 

Regards,

Anup  

Top Tags