Designing Bubble apps for mobile requires you to have one single page - index.html
From this page, everything your app does is a group that is either shown or hidden. My entire app is designed this way to comply with Mobile best practices on Bubble.
I’m stuck right now trying to add an email confirmation landing page.
How is it normally done??
I’ve created a condition that looks for a URL parameter in the email confirmation link. As it loads, Bubble checks for a parameter called email in the URL. That kicks off the popup that says “your email is verified” and does a little housekeeping. Perfect, right?
NO! I can’t find any place to set a custom URL (and include my parameters) when users click on the link in their email.
The only option is to go straight to index.html
How is this normally done in mobile?
Thanks