In my application, I have a settings menu with two options…
- Submit Feedback
- Submit Bug
I wanna be able to create a sort of form that you’d just hit submit and it’d send a feedback email to me. Obviously this could just be done simply through an email form submission… but I was wondering if there was a possibility to open up the native email application of choosing on their phone? Or perhaps a specialized plugin via Cordova to do this? Or even perhaps some other tool I should look into integrating into my application.
Thanks!