Thanks for your answers,
I was looking on the forums, on external pages, overflow and more pages but i cant find what i am looking for:
on corona docs found this:Â https://docs.coronalabs.com/api/library/native/showPopup.html
the strings list i dont see what im looking for, example (when open popup, add image, or text on this popup)
"mail" — Displays a popup window for composing an email. "sms" — Displays a popup window for composing an SMS message. "appStore" — Displays a popup window from the app store that the application was downloaded from. It will display the app's details such as the summary, an option to purchase (if not already done), and an option to write a review. This can be used to display the details of the currently running app or another app that you wish to advertise to the user. Currently, these app stores are supported: iTunes App Store, Google Play, and Amazon App Store. If you pass in "appStore", the iTunes App Store requires the iOSAppId to be set in the options table. "requestAppPermission" — Displays a popup window for requesting an app permission. "activity" — This setting pertains to the Activity plugin. "social" — This setting pertains to the Social plugin. "addressbook" — This setting pertains to the Address Book plugin. "quickLook" — This setting pertains to the Quick Look plugin.
The most of those strings are for send something (via mail or sms).
Im trying do something like this: (Its only an example i recorded on my phone :DÂ :PÂ ):
GIF;
http://imgur.com/a/1t1M4
(link to video if dont like .gif)
View My Video
Thanks