Skip to content

Commit c6ce503

Browse files
committed
fix: snacks link
1 parent 3c2f91c commit c6ce503

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/snacks/index.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,8 +110,8 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
110110
},
111111
{
112112
id: 7,
113-
title: "iOS PDF with WKWebView",
114-
href: "https://stackblitz.com/edit/nativescript-angular-pdf-with-wkwebview",
113+
title: "PDF w/ WKWebView & AndroidPdfViewer",
114+
href: "https://stackblitz.com/edit/nativescript-pdfviewer?file=src%2Fapp%2Fnative-pdfview%2Findex.ios.ts",
115115
description: "Rendering PDF with WKWebView on iOS.",
116116
categories: [
117117
{
@@ -122,6 +122,10 @@ Each Snack reveals NativeScript's power, from UI tricks to platform SDK usages t
122122
title: "iOS WKWebView",
123123
href: "https://developer.apple.com/documentation/webkit/wkwebview",
124124
},
125+
{
126+
title: "Gradle AndroidPdfViewer",
127+
href: "https://github.com/barteksc/AndroidPdfViewer",
128+
},
125129
],
126130
},
127131
{

0 commit comments

Comments
 (0)