fixed some bad formatting that hid HTML tags and added link to sample

This closes #207
This commit is contained in:
Mikejo5001
2016-04-26 13:30:38 -07:00
committed by Raghav Katyal
parent 3586ea58a2
commit a831e15a91
2 changed files with 4 additions and 19 deletions
+2 -2
View File
@@ -15,7 +15,7 @@ the system's image library.
---
# API Reference
# API Reference <a name="reference"></a>
{{#orphans~}}
{{>member-index}}
@@ -274,7 +274,7 @@ function displayImage(imgUri) {
}
```
To display the image on some platforms, you might need to include the main part of the URI in the Content-Security-Policy <meta> element in index.html. For example, on Windows 10, you can include `ms-appdata:` in your <meta> element. Here is an example.
To display the image on some platforms, you might need to include the main part of the URI in the Content-Security-Policy `<meta>` element in index.html. For example, on Windows 10, you can include `ms-appdata:` in your `<meta>` element. Here is an example.
```html
<meta http-equiv="Content-Security-Policy" content="default-src 'self' data: gap: ms-appdata: https://ssl.gstatic.com 'unsafe-eval'; style-src 'self' 'unsafe-inline'; media-src *">