Is this possible?
Worst case scenario, I can use native.showPopup( ), but I would like to avoid this if possible, as popups feel “cheap”, I don’t want my app to look or feel cheap.
Ideally, there will be multiple text boxes/fields the user can fill in (each corresponding to email title and body, etc.) and a “send” button the user can tap when s/he is done.
Is something like this possible?
KC