Tag: HTML5
-
Flyout control in Windows 8 HTML JavaScript Metro Application
In this post, I will discuss how to work with Flyout in Windows 8 Metro application. Flyout is a type of UI surface in Windows 8 metro application. It is used to show simple message or popup. If user touches or clicks anywhere on the screen then Flyout disappears. It usually used to collect simple…
-
Message Dialog Control in Windows 8 HTML JavaScript Metro Application
In this post, I will discuss how to work with Message Dialog in Windows 8 Metro application. I will use WinJS to create message dialog. Message dialog look like below, Message Dialog is part of UI surfaces in Windows 8. There are four types of UI surfaces in Windows 8. App Bar Context Menu Message…
-
Consuming JSON in Windows 8 Metro style Application using WinJS
In this post I will discuss way of consuming JSON service in Windows 8 metro style application. In this post, Metro app is created using HTML 5 and Service is being consumed using WinJS Service is created service using WCF and REST is on service using webHttpBinding. Since creating simple REST Service returning JSON is…