Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cfjedimaster/f5c6423aced2da3f1ecc293ece10478e to your computer and use it in GitHub Desktop.
Save cfjedimaster/f5c6423aced2da3f1ecc293ece10478e to your computer and use it in GitHub Desktop.
<Page xmlns="http://schemas.nativescript.org/tns.xsd" navigatingTo="loaded">
<Page.actionBar>
<ActionBar title="{{ title }}" />
</Page.actionBar>
<GridLayout rows="*,auto">
<!--
<ScrollView>
<HtmlView html="{{ text }}" />
</ScrollView>
-->
<WebView url="{{ link }}"></WebView>
<Button text="Open in Browser" class="openButton" row="1" tap="openURL" />
</GridLayout>
</Page>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment