How do you add an email confirmation page in a native mobile bubble app?

Hello! Just learning my way around the Bubble native mobile builder.

I’m having trouble on how to send a confirmation email - (I have only used the web app builder before)

I’m trying to use the “sign the user up” and “send confirmation email” workflows - but the confirmation page options that are coming up are web app pages? How would you expect this to work in a mobile app?

Not sure if this works, but you can create a web page for confirmation (as you already have in pic), then redirect your users to your mobile app when they get to this page.

As far as I know, redirecting works for only deployed apps and to your home mobile view for now. Deep linking is under development currently and it will be released late this summer.

How can I redirect user to my app directly from webpage?

Create a new ‘email confirmation’ web page, then redirect user to that page.
The flow will happen on web only. You cannot redirect user to mobile page for now.