Files
MichaelDimmitt 3c82896d8f Fix image in all sample readmes (#529)
* fix images in readme

* fix all sample readmes by pointing all images to correct apps location
2021-02-25 09:49:17 +11:00
..
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00
2020-12-04 09:18:01 +11:00

Try it now in CWS

Package-Local Resources

This sample shows good and bad examples of mixing a <webview> tag that embeds trusted content packaged within an app with a tag that embeds untrusted web content that may crash. In the bad example, trusted and untrusted content share the same partition; simulating a crash in the untrusted webview will also crash the trusted webview. The good example separates the two into different partitions; simulating a crash in the untrusted webview does not affect the trusted webview.

Finally, the manifest.json file contains an example of granting permissions to particular webview partitions to access trusted package-local content.

Resources

Screenshot

screenshot