Skip to content

Commit

Permalink
Merge pull request alexziskind1#39 from noetius/patch-1
Browse files Browse the repository at this point in the history
Replace WebView "url" property with "src"
  • Loading branch information
alexziskind1 authored May 5, 2017
2 parents 2eef372 + 2e4eaeb commit 8e76341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tns-oauth-page-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export class TnsOAuthPageProvider {
let page = new Page();
page.content = stack;

wv.url = this._authUrl;
wv.src = this._authUrl;

return page;
};
Expand Down

0 comments on commit 8e76341

Please sign in to comment.