Merge remote-tracking branch 'origin/master' into v5

This commit is contained in:
Daniel
2018-03-23 10:01:37 +01:00
6 changed files with 466 additions and 77 deletions
@@ -160,12 +160,13 @@ export class WebIntent extends IonicNativePlugin {
}
/**
* Returns the content of the intent used whenever the application activity is launched
* @returns {Observable<string>}
*/
@Cordova({
observable: true
})
onNewIntent(): Observable<string> {
onIntent(): Observable<string> {
return;
}