A set of tutorials on concepts helpful for building HTML5 / Javascript Apps
Goes along with this tutorialA set of basic tips for writing your HTML5 apps, including
- turn scrolling on or off in the WebBrowser control
- how to send messages to the C# part of the application
- how to send data from the C# part of the app to the HTML/JS part
- inject Javascript into your HTML app with C#
An HTML app that launches the native camera and returns an image to the app via C#-Javascript communication. Goes along with this tutorial
Sends console.log debugging messages to C# where we can insert breakpoints to watch debugging in Visual Studio. Required Javascript is in WP8_JS_Debugging/Html/js/WP8_Debug.js.