Back to all

Native Share Bridge (median://share, median.share, gonative.share) not working in Live App Build

Hi everyone,

I'm having an issue where native sharing works fine in the free preview app, but fails completely in our live production build.

None of the following share methods work when triggered inside the webview:

  • window.median.share.sharePage({url: '...'})
  • window.gonative.share.sharePage({url: '...'})
  • href="median://share/sharePage?url=..."

Our User-Agent check on the backend detects both "median" and "gonative" in request.META.get('HTTP_USER_AGENT', ''), so the correct HTML/JS is being served.