mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-07 23:03:19 +08:00
feat(webintent): add plugin to index
This commit is contained in:
parent
e2fc9a0432
commit
f357b56886
@ -46,6 +46,7 @@ import {StatusBar} from './plugins/statusbar';
|
|||||||
import {Toast} from './plugins/toast';
|
import {Toast} from './plugins/toast';
|
||||||
import {TouchID} from './plugins/touchid';
|
import {TouchID} from './plugins/touchid';
|
||||||
import {Vibration} from './plugins/vibration';
|
import {Vibration} from './plugins/vibration';
|
||||||
|
import {WebIntent} from './plugins/webintent';
|
||||||
|
|
||||||
export {
|
export {
|
||||||
ActionSheet,
|
ActionSheet,
|
||||||
@ -89,7 +90,8 @@ export {
|
|||||||
StatusBar,
|
StatusBar,
|
||||||
Toast,
|
Toast,
|
||||||
TouchID,
|
TouchID,
|
||||||
Vibration
|
Vibration,
|
||||||
|
WebIntent
|
||||||
}
|
}
|
||||||
|
|
||||||
export * from './plugins/plugin';
|
export * from './plugins/plugin';
|
||||||
@ -137,7 +139,8 @@ window['IonicNative'] = {
|
|||||||
StatusBar: StatusBar,
|
StatusBar: StatusBar,
|
||||||
Toast: Toast,
|
Toast: Toast,
|
||||||
TouchID: TouchID,
|
TouchID: TouchID,
|
||||||
Vibration: Vibration
|
Vibration: Vibration,
|
||||||
|
WebIntent: WebIntent
|
||||||
};
|
};
|
||||||
|
|
||||||
// To help developers using cordova, we listen for the device ready event and
|
// To help developers using cordova, we listen for the device ready event and
|
||||||
|
Loading…
Reference in New Issue
Block a user