WebViewGold Documentation · iOS
🇺🇸 English
Get WebViewGold

Share Extension

Let users share content from other apps directly into your iOS WebView app with a Share Extension.

When users share text or images to your app from apps such as Photos or Safari, the data becomes available in the JavaScript variable sharedData. Shared images are provided as Base64 strings.

<script>
if (typeof sharedData !== 'undefined') {
    console.log(sharedData);
}
</script>

Too busy? We set up your app for you.

Our team configures, builds & submits your WebViewGold app — done-for-you, fast turnaround, Made in Germany.

Get your app set up →

Build in your browser

No Mac, no IDE: the WebViewGold Cloud Builder configures, builds & uploads your app online.

Discover Cloud Builder →