I would like some pages of my site to remain mobile friendly and others to display the desktop version on mobile devices. Is there any way to do this?
You can detect which device the site is being viewed on using formFactor but its not possible to disable mobile friendly for some pages only.
This doesn’t seem to be a Corvid issue (what this forum is about) so I recommend you get in touch with Wix Support .
is there any code I can use that will allow this to happen?
There is no code or API as of today which can disable/enable mobile friendly view. You could use wix window’s formFactor to determine the device being used and then use wix location’s .to() function to redirect them to a page.
@stvbl136 You could try using the showmobileview url query to make sure a page displays in desktop mode. But you will also have to remove the query or change its value when linking away from the page.
mysite.com/?showmobileview=true
mysite.com/?showmobileview=false