Skip to content

A framework to make life easier when creating Hybrid WebApps with Windows 10

License

Notifications You must be signed in to change notification settings

craigomatic/HybridWebApp-Framework

Repository files navigation

HybridWebApp-Framework

A framework to make life easier when creating Hybrid WebApps with Windows 10

The framework library currently supports:

  • Simple messaging protocol between web context and host app context
  • Gesture surfacing (swipe, rotate, pinch/stretch) to the host app
  • Error surfacing to the host app
  • Misc DOM helpers

The toolkit library currently provides:

  • Reusable HybridWebView control that simplifies the communcation between web and host contexts
  • Facebook and Google authentication helpers
  • Default loading and offline overlays
  • Imaging helpers (ie: file -> DataURI)
  • Background audio service

If you're new to the framework, the best place to begin is the Getting Started section of the wiki.

Download via NuGet

If you already know what you're doing, grab the NuGet package(s) below and start building!

Framework

The framework library, you do all the work to wire it up yourself.

Install-Package HybridWebApp.Framework

Toolkit

The toolkit, contains reusable control(s) and implementations of interfaces defined in the HybridWebApp.Framework project.

Install-Package HybridWebApp.Toolkit

About

A framework to make life easier when creating Hybrid WebApps with Windows 10

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published