Question

I'm working on register section with a function when user register successful it will navigate to a page with "open email" button - this button will open inbox of user's email on device. I did some research but no luck i cannot find any useful article about this. Please help me. Thanks

Was it helpful?

Solution

Whilst you cannot navigate your customer to their inbox, you can guide them through the creation of an email using the EmailComposeTask.

If you're instead trying to get them to read an email from you (apart from considering that they may have registered with an email address they don't have configured on the phone; or they may have several inboxes to choose from), then you may want to slightly rethink your workflow -- perhaps allow use of the application, or transfer whatever token you'd need back to the phone as part of your registration process.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top