An open API service indexing awesome lists of open source software.

https://github.com/aeharding/capacitor-share-safari


https://github.com/aeharding/capacitor-share-safari

Last synced: 6 months ago
JSON representation

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; } |

--------------------