You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

AppMobiWindows8DirectCanvasTemplate

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

AppMobiWindows8DirectCanvasTemplate

appMobi's Direct Canvas "Bird Bounce" demo running in a Windows8 Store app as a starting point for your html 5 developement.

1.1.7
nugetNuGet
Version published
Maintainers
1
Created
Source

AppMobiWindow8DirectCanvasTemplate Readme:

This template will pull down an AppMobiPage.xaml and the necessary HTML content placed in a HTML folder.

  • You will need to update the WMAppManifest.xml in the Properties folder. Change the Navigation Page to AppMobiPage.xaml. In the OnLaunched method of the App.xaml.cs file change the rootFrame from MainPage to AppMobiPage.

    if (!rootFrame.Navigate(typeof(AppMobiPage), args.Arguments))

    Add using AppMobiWindow8Template; to the top of App.xaml.cs file.

Other appMobi WP8 Templates: Install-Package AppMobiWindows8JqMobiTemplate Install-Package AppMobiWindows8DirectCanvasTemplate Install-Package AppMobiWindows8BlankTemplate Install-Package AppMobiWindows8FacebookTemplate Install-Package AppMobiWindows8JqMobiSimpleSampleTemplate

Developr Notes: html/_appMobi/window.js - overwrites the alert, onerror event, console.log, console.warn, console.error as well as handle MS Touch events. Remove the script include in the index.html to revert back to device defaults.

Keywords

appMobi

FAQs

Package last updated on 12 Dec 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts