Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adriano-di-giovanni/cordova-plugin-lsapplicationqueriesschemes
Dynamically specify the URL schemes the app is able to test using the canOpenURL: method of the UIApplication class
https://github.com/adriano-di-giovanni/cordova-plugin-lsapplicationqueriesschemes
cordova cordova-ios cordova-ios-plugin cordova-plugin url-schemes
Last synced: 22 days ago
JSON representation
Dynamically specify the URL schemes the app is able to test using the canOpenURL: method of the UIApplication class
- Host: GitHub
- URL: https://github.com/adriano-di-giovanni/cordova-plugin-lsapplicationqueriesschemes
- Owner: adriano-di-giovanni
- License: mit
- Created: 2018-02-14T15:17:02.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-15T05:40:54.000Z (over 5 years ago)
- Last Synced: 2024-12-13T08:37:41.624Z (about 2 months ago)
- Topics: cordova, cordova-ios, cordova-ios-plugin, cordova-plugin, url-schemes
- Language: JavaScript
- Size: 6.84 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# LSApplicationQueriesSchemes for Cordova
[![Build Status](https://travis-ci.org/adriano-di-giovanni/cordova-plugin-LSApplicationQueriesSchemes.svg?branch=master)](https://travis-ci.org/adriano-di-giovanni/cordova-plugin-LSApplicationQueriesSchemes)
> This plugin dynamically specifies the URL schemes the app is able to test using the `canOpenURL:` method of the `UIApplication` class.
## Installation
```bash
cordova plugin add cordova-plugin-lsapplicationqueriesschemes
```## Usage
The plugin merges and keeps synchronized the URL schemes from the `*-Info.plist` and the `LSApplicationQueriesSchemes.json` files.
Merging and synchronization happens upon `cordova prepare`.
The `LSApplicationQueriesSchemes.json` file is created inside the project root upon plugin installation.
### How to add or edit an URL scheme
Add or edit an URL scheme as follows:
* edit the `LSApplicationQueriesSchemes.json` file;
* run `cordova prepare`.### How to remove an URL scheme
Remove an URL scheme as follows:
* edit both `LSApplicationQueriesSchemes.json` and `*-Info.plist` file.
## Supported platforms
* iOS
## License
This project is [MIT-licensed](https://github.com/adriano-di-giovanni/cordova-plugin-enable-multidex/blob/master/LICENSE).