Questions
Native Sharing Options
7 days ago by Bamidele Toluwalope
Please how can I trigger the native sharing options.
Not sure if I'm getting it at all
function median_library_ready() {
median_match_statusbar_to_body_background_color();
}
// function median_library_ready() {
// function shareContent() {
// median.promptShareDialog({
// subject: 'Check out this content!',
// text: 'I found this interesting content and wanted to share it with you.',
// url: 'example.com'
// });
// }
// // Expose shareContent to the global scope
// window.shareContent = shareContent;
// }