6 YEARS AGO
API to force desktop or mobile view to user
Currently Wix decides, based on the user platform, whether to serve up the desktop site or the mobile-friendly site.
Some flexibility is provided by using the .formFactor property. However this has limited use.
For example if you want an Android tablet user to see the desktop view by default, or you want the iOS tablet user to see the mobile-friendly view by default, you can't. The best you can do at the moment is write special code and create special pages for for each and use a redirect to 'fudge' a result.
I would like to be able to do something like:
if (wixWindow.formFactor === "Tablet") {wixWindow.displayDesktopView()};
Pending
API
1 Votes
Top Requests
-
Lorem Ipsum.
-
Lorem Ipsum.
-
Lorem Ipsum.
-
Lorem Ipsum.
Log in to your Wix account to leave a comment
Thanks for posting! Your comment will be shown once it’s reviewed.
Comments
Add your comments and suggestions here.