Back to AISHI Claimer

๐Ÿ†• MiniKit 1.9.5 Features Test

Testing new MiniKit features: sharing modals, deferred deep links, and safe area insets

๐Ÿ“‹ Update Status

@worldcoin/minikit-js: 1.9.5
Updated โœ…
@worldcoin/minikit-react: 1.9.5
Already up to date โœ…
Safe Area Insets Hook
Implemented โœ…
Sharing APIs
Ready for testing โš ๏ธ

๐Ÿ“ฑ Dynamic Safe Area Insets

This container adapts to your device's safe areas dynamically using MiniKit 1.9.5 values.

Top: 0px
Bottom: 0px
Left: 0px
Right: 0px

MiniKit 1.9.5 - Safe Area Insets

Dynamic Values:

Top: 0px
Bottom: 0px
Left: 0px
Right: 0px
This div uses dynamic safe area padding from MiniKit
This div uses safe area with minimum padding fallbacks

๐Ÿ†• MiniKit 1.9.5 New Features

๐Ÿ“ค Sharing Modals

Share content directly to Gmail, iMessage, Instagram, etc.

๐Ÿ”— Deferred Deep Link Support (Android)

Create links that guide users to download World App first, then open your mini app.

๐Ÿ“ Implementation Notes:

  • โ€ข Sharing modals work on World App 2.8.84+
  • โ€ข Deferred deep links are Android-specific
  • โ€ข Always check MiniKit.isInstalled() before using features
  • โ€ข Provide fallback URLs for users without World App
  • โ€ข Test thoroughly in actual World App environment

๐Ÿ› ๏ธ Implementation Status

  • โ€ข โœ… MiniKit packages updated to 1.9.5
  • โ€ข โœ… Safe area insets hook implemented with CSS fallback
  • โ€ข โœ… Sharing functions added with native Web Share API fallback
  • โ€ข โœ… Components ready for testing in World App 2.8.84+
  • โ€ข โš ๏ธ New APIs may not be available until World App update
  • โ€ข ๐Ÿงช Test all features in actual World App environment