fix(web-intent): allow extras

fix: #1959
This commit is contained in:
Daniel Sogl
2018-03-17 11:08:21 +01:00
committed by GitHub
parent f7184325a7
commit 8dc5ad2ee6
@@ -103,6 +103,7 @@ export class WebIntent extends IonicNativePlugin {
@Cordova()
startActivity(options: {
action: any;
extras?: any;
url: string;
type?: string;
}): Promise<any> {