mirror of
https://github.com/danielsogl/awesome-cordova-plugins.git
synced 2025-02-01 02:53:03 +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 {TouchID} from './plugins/touchid';
|
||||
import {Vibration} from './plugins/vibration';
|
||||
import {WebIntent} from './plugins/webintent';
|
||||
|
||||
export {
|
||||
ActionSheet,
|
||||
@ -89,7 +90,8 @@ export {
|
||||
StatusBar,
|
||||
Toast,
|
||||
TouchID,
|
||||
Vibration
|
||||
Vibration,
|
||||
WebIntent
|
||||
}
|
||||
|
||||
export * from './plugins/plugin';
|
||||
@ -137,7 +139,8 @@ window['IonicNative'] = {
|
||||
StatusBar: StatusBar,
|
||||
Toast: Toast,
|
||||
TouchID: TouchID,
|
||||
Vibration: Vibration
|
||||
Vibration: Vibration,
|
||||
WebIntent: WebIntent
|
||||
};
|
||||
|
||||
// To help developers using cordova, we listen for the device ready event and
|
||||
|
Loading…
Reference in New Issue
Block a user