

- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Use of Ionic as desktop web application with HTML5
Ionic is an HTML5 Mobile App Development Framework targeted at building hybrid mobile apps. Think of Ionic as the front-end UI framework that handles all the look and feel and UI interactions your app needs to be compelling. Kind of like "Bootstrap for Native", but with the support for a broad range of common native mobile components, slick animations and a beautiful design.
Ionic framework needs native wrapper to be able to run on mobile devicesIonic is built and tested for mobile only. Internet Explorer does not support all the features of Ionic. Use separate applications for desktop and mobile.
However, you can still use Ionic for a mobile website, but without using Cordova's full platform integration.
There are a lot of ways to detect if a visitor is coming from a desktop or mobile device. Use http://detectmobilebrowsers.com/ for some common example to learn how to implement mobile detection on a server or in a programming language.
- Related Questions & Answers
- Using HTML5 Server-Sent Events in a web application
- What is ionic and how is it related with HTML5?
- How can I use Web Workers in HTML5?
- Html5 responsiveness of the web
- Web Application Testing Checklist
- Web Application Testing Guide
- Web scrapping in Android application
- Best Web Application Testing Tools
- Test Plan Template (Sample Document with Web Application Example)
- Make your Web Application more Usable!
- 20 Best Web Application Testing Tools
- Stop Web Workers in HTML5
- Log error to console with Web Workers in HTML5
- Consuming Web Service in C# application (SAP)
- Difference between Web Server and Application Server