Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

Invoke Native Share

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'
});

Return to “Issues”