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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,6 +103,7 @@ export class WebIntent extends IonicNativePlugin {
@Cordova()
startActivity(options: {
action: any;
extras?: any;
url: string;
type?: string;
}): Promise<any> {