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