Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,22 +29,22 @@ Return:

Example:

```javascript
{
OpenUrlExt.open(urlString,
function(){
console.log("ok");
},
function(){
console.log("ko");
});
}
```
```javascript
{
OpenUrlExt.open(urlString,
function(){
console.log("ok");
},
function(){
console.log("ko");
});
}
```

## Quirks:

- __Android__: The plugin is not native but a simple call to javascript that just working well.
- __iOS__: The plugin calls success() when URL or app is opened, and error() in the following cases:
- URL is blank
- Custom URL is not available
- User cancels opening of custom URL
- User cancels opening of custom URL