Making a Mobile webpage

So I’ve made both desktop and mobile sites for on web-page. but when I hit “mobile version” It still uses the desktop version on a mobile device.
How exactly do I fix this?

I believe its responsive. If you watch this video I believe you may find the answer you’re looking for. Custom Slider Menu | Bubble.io Tutorial - YouTube

1 Like

an attribute of the page ( ./index ) is the nameOf mobile version of /index)

on the phone the requested URL is the generic ie ./index

the proxy to mobile page is handled after the runtime senses the request issued by mobile browser ( user-agent i wud guess )

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.