Skip to content

Commit

Permalink
fix(web-intent): allow extras
Browse files Browse the repository at this point in the history
fix: #1959
  • Loading branch information
danielsogl committed Mar 17, 2018
1 parent f718432 commit 8dc5ad2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/@ionic-native/plugins/web-intent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class WebIntent extends IonicNativePlugin {
@Cordova()
startActivity(options: {
action: any;
extras?: any;
url: string;
type?: string;
}): Promise<any> {
Expand Down

0 comments on commit 8dc5ad2

Please sign in to comment.