How to save information directly to mobile devices

Hi Bubble experts,

I’m currently working on my networking app that allows users to input and display their email and number, would it be possible to have an option to allow mobile users accessing the page to save the email and number directly onto their devices when they press the inputs like how google page searches allows users to directly make a call to the number when the number is pressed. Would love to here some suggestions on this. Thanks!

create a link with HTML reference:

mailto:email@mail.com

<a href="tel:555-555-1212">555-555-1212</a>
2 Likes

Hi @ualdir,

Thanks for the help, that was exactly what I was looking for!