Skip to content

v0.10.9

Choose a tag to compare

@joemasilotti joemasilotti released this 25 Jun 17:07
· 152 commits to main since this release

Added

  • navbar.share_button adds a native share button to the nav bar. Tapping it opens the iOS share sheet for the current page, or a custom url:.

Fixed

  • Muted background videos no longer force fullscreen on iOS. Web views now enable allowsInlineMediaPlayback, so playsinline video plays inline in both Normal and Advanced Mode.
  • [data-native-app] is now reliably set on Android in Normal Mode. The marker applies at document start, matching iOS, so CSS keyed to it (like .native-hidden and the safe-area inset fallbacks) takes effect.
  • Microphone and camera capture (getUserMedia) now works on Android. Media requests bridge to a native runtime permission instead of being silently denied, matching iOS; opt in per app with the usage descriptions in your app settings.