Skip to content

Add iOS implementation, framework examples and improve documentation

Latest
Compare
Choose a tag to compare
@jcancig jcancig released this 02 Mar 11:51
· 5 commits to main since this release

A comprehensive update adding iOS support and multiple framework implementations.
Key changes include:

  • Implemented full iOS support with:
    • File handling and sharing capabilities
    • Source application detection
    • MIME type handling
    • Special content type support (contacts, calendar, locations)
    • iOS 13+ compatibility
  • Added framework examples:
    • React implementation with Context API and hooks
    • Vue 3 implementation with Composition API
    • Svelte implementation using stores
  • Documentation improvements:
    • Restructured Usage section to include all frameworks
    • Added iOS configuration guide
    • Updated platform support status
    • Added direct links to framework-specific examples
    • Improved code examples with TypeScript support