We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f79ad3d commit 2be5801Copy full SHA for 2be5801
README.md
@@ -219,7 +219,7 @@ You can further optimize performance and pre-render pages [by providing the urls
219
constructor() {
220
super();
221
// Do not call this every time the component render
222
- InAppBrowser.mayLaunchUrl(this._url, [
+ InAppBrowser.mayLaunchUrl("https://nativescript.org", [
223
"https://twitter.com/NativeScript",
224
"https://github.com/NativeScript/NativeScript",
225
"https://openjsf.org"
0 commit comments