Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (21 loc) · 1.19 KB

WP8-HTML-Tutorials

A set of tutorials on concepts helpful for building HTML5 / Javascript Apps

HTML5_Basics

Goes along with this tutorial
A 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#

PhotoChooser_Tutorial

Goes along with this tutorial
An HTML app that launches the native camera and returns an image to the app via C#-Javascript communication.

WP8_JS_Debugging

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.