https://github.com/aeharding/capacitor-share-safari
https://github.com/aeharding/capacitor-share-safari
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/aeharding/capacitor-share-safari
- Owner: aeharding
- Created: 2025-01-26T05:01:02.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-13T16:57:10.000Z (over 1 year ago)
- Last Synced: 2025-10-19T13:42:02.431Z (10 months ago)
- Language: Swift
- Size: 351 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# capacitor-share-safari
Capacitor share, iOS only, with open in safari option
## Install
```bash
npm install capacitor-share-safari
npx cap sync
```
## API
* [`share(...)`](#share)
### share(...)
```typescript
share(options: { url: string; }) => Promise
```
| Param | Type |
| ------------- | ----------------------------- |
| **`options`** | { url: string; } |
--------------------