Top "Ionic" questions

Ionic is a front-end framework for developing native-feeling hybrid mobile apps with HTML and Sass.

Ionic: Check Internet Connection using Cordova

I am working on Ionic Framework, and facing issues using the Apache Cordova Network API to detect internet connection in …

angularjs cordova ionic-framework ionic cordova-plugins
Ionic requests return 404 only on android, in Chrome it works fine

So, i have cloned the tutorial app repo from ionic. I ran ionic start conference sidemenu and then i added …

android angularjs http ionic-framework ionic
What is the difference between apache cordova and ionic?

I want to develop a hybrid mobile application and I want to know what is the difference between Cordova and …

cordova ionic-framework hybrid-mobile-app ionic
Could not resolve all dependencies for configuration ':_armv7DebugCompile'

The following error occurs when trying to build an android app with cordova and the cordova-crosswalk plugin: FAILURE: Build failed …

android cordova ionic crosswalk-runtime
Error when running cordova build –release android

I'm trying to publish my Android app by following the instructions here: http://ionicframework.com/docs/guide/publishing.html However, …

android cordova ionic-framework ionic
Cordova / Ionic : $http request not processing while emulating or running on device

Everything were going well last week and while i was running the application on device or emulating with Genymotion, all …

angularjs cordova phonegap-build ionic
Error uploading ionic app

Background: This app was originally uploaded to my personal ionic account The app was deleted from my personal ionic account …

ionic-framework ionic ionic-view
Ionic nav-back-button and menu button showing together

I try to make the menu button not to show when the back button is showing. is there a way …

menu navigation ionic-framework back-button ionic
How to add/remove item to/from list in ionic

I have create tabbed ionic application in VS2015. Now I want to add there simple list with possibility add/remove …

angularjs cordova ionic-framework ionic angularjs-model
How to set a timeout to abort an $http.get() inside a factory or service?

I have the following method getData(url) in a my factory which uses $http.get(url) to get data from …

angularjs ionic-framework ionic angularjs-service angularjs-factory