Prompt Share Dialogue

Run the following GoNative JavaScript Bridge command to invoke the native share dialogue on Android and iOS. You may also use the following command in your native sidebar and tab menus.

↔️GoNative JavaScript Bridge

To invoke the native share dialogue, open the url:

gonative.share.sharePage();

You may also use the following to share a URL other than the current URL:

gonative.share.sharePage({url: 'https://gonative.io/about'});
iOS Android

Next Steps