Page 1 of 1

Invoke Native Share

Posted: Thu Jan 18, 2018 8:12 am
by Deon

Hi

I am trying to invoke the native share facility on an Android device. It is not working.When invoked nothing happens. It does not seem that the navigator.share works in Appery?
This is my code...

navigator.share({
title: 'ZOOT',
text: 'Come and ZOOT around with us in the Ridesharing App',
url: '../img/imageshare.png'
});