Before reading this article, please go through the article links, mentioned below.
- Quick Start On Apache Cordova Using Visual Studio 2015
- Getting Started With Ionic Blank App Using Visual Studio 2015
- Getting Started With Ionic Side Menu App Using Visual Studio 2015
- Getting Started With Ionic Tabs App Using Visual Studio 2015
- Getting Started With Onsen UI Apps In Visual Studio 2015
- Working With Onsen UI Navigation Apps In Visual Studio 2015
- Working With Onsen UI Splitter Apps In Visual Studio 2015
- Create "Hello World" App In Onsen UI Using Visual Studio 2015
- Using List Control In Onsen UI Using Visual Studio 2015
- Developing Login Page In Onsen UI Using Visual Studio 2015
- Using Range Slider Control In Onsen UI Using Visual Studio 2015
- Working With Switch Control In Onsen UI Using Visual Studio 2015
- Understanding Dialog Box In Onsen UI Using Visual Studio 2015
Apache Cordova
Apache Cordova is an open-source project, which aims at allowing mobile developers to build applications for all the major mobile platforms, using HTML, CSS, and JavaScript technologies.
Monaca
Monaca is a software tool and Service solution for building and deploying HTML5 mobile hybrid apps. It is built on top of an open-source Apache Cordova. Monaca provides a full suite of resources including Cloud IDE, local development tools, debugger, and back-end support.
Monaca's Cloud-based IDE builds HTML5 hybrid mobile apps for iOS, Android, Windows, and Chrome apps, using HTML, CSS, and JavaScript.
Monaca CLI provides Onsen UI templates, device debugger, remote building, and any service that you might need directly from your terminal.
Onsen UI Framework
Onsen UI is a front-end UI framework to develop cross-platform mobile apps, using Apache Cordova and PhoneGap. It’s fully independent of the frameworks and you can easily plug these components into any project, regardless of the JavaScript framework.
Onsen UI templates can be used with Visual Studio 2015. All the templates are compatible with Visual Studio Tools for Apache Cordova. It works pretty well with Windows Universal, iOS, and Android apps.
Building PopOver with Onsen UI Framework
A PopOver can be used to display some additional information about a component.
Let’s see how to start building the app, using PopOver in Onsen UI Framework, using Visual Studio 2015.
Prerequisites
- Visual Studio 2015.
- Visual Studio Tools for Apache Cordova.
Follow the steps, mentioned below, to build an Onsen UI with PopOver, using Onsen UI Framework, using Visual Studio 2015.
Step 1. Create an Onsen UI App
Let’s be ready to create a new project. Open Visual Studio 2015 and click the File -> New -> Project option for the New Apache Cordova app, using Onsen UI Framework.

Step 2. Give the Project Name
The "New Project" window will open. Subsequently, you can select an Installed -> Template -> JavaScript -> Manoca ->Onsen UI Blank app.
Type the Project name Onsen UI PopOver and click the OK button.










Saravanakumar SekaranPosted Mar 28, 2017, 6:52 AM
Wow simply superb. thank you for sharing
RajaPosted Dec 26, 2016, 8:03 AM
Good One... Thank You....!
Anu VPosted Dec 25, 2016, 11:32 PM
Nice article.. Thanks for sharing...