Integrating angular app into ionic framework
you can use any angularjs code with ionic. the ionic framework is something like an extension for angular (directives, services, ...). If you want to mean local sql --> look for "cordova...
View ArticleClean way to use platform-specific icons
I have a question about Ionic icons. The official icons offered out-of-the-box are categorized into (1) generic, (2) iOS, and (3) Android (see http://ionicons.com). For example, if I want to include...
View ArticleHardwareBackButton Usage
tasiddiqui: Methods have you tried to see what the file in raw format? https://raw.githubusercontent.com/driftyco/ionic2/master/ionic/platform/platform.ts
View ArticleIntegrating angular app into ionic framework
Thank you for your reply. Is there a small tutorial on how to have my angularJS code raped onto ionic?Also Is there a tutorial for a php > Json> Angular to > Ionic code that I can take a look...
View ArticleIs there Any Rich text Editor to use in my Hybrid App
I started using squire.Not the angular squire but the plain javascript squire and it is working good. textangular was causing exceptions for me for some reason
View ArticleAndroid SDK or Android Studio?
Hi, I am working with Win 10 and Ionic 2. I want to run "ionic run android" command. The SDK is plenty enough? Thanks
View ArticleIonic-cli generate directive, fails
Ok that's weird, i had alpha31 when updated, i did it with this command: $ npm uninstall -g ionic && npm uninstall -g cordova && npm cache clear && npm cache clean &&...
View ArticleHow can I have a large preview when uploading an existing image from phone,...
Hi, I've been developing a photo related application. In this app, users can upload photos by taking them or choosing existing ones from the photo library.I'm using Cordova camera plugin and it works...
View ArticleCan I modify the 'allow edit option 'in Cordova camera plugin? (ios)
Hello, everyone. I'm developing an application that users can upload pictures. I'm using Cordova camera plugin and found that it has an option to take a photo in a square shape by using the option of...
View ArticleIonic build command failure
Hi all; I was working with ionic and suddenly in testing my app it shows the fallowing messages: d:\mob\mytabs>ionic build android Running command: "C:\Program Files\nodejs2\node.exe"...
View ArticleShowing Blank White Screen
I had a same problem, it was happened when i navigate to a tab, in my case, i removed RTL direction in my 'body' css class and added it to a style in ion-view tag.
View ArticleError occurred trying to fall back to Cordova-lib execution
Im getting error when want to build even on a blank starter template app Please help $ ionic build iosAn Error occurred trying to fall back to Cordova-lib execution: TypeError: Cannot read property...
View ArticleApp's users coordinates comparison
Hello, guys!I'm newbie in Ionic. It's really awesome that I've found such a great framework. I'd like to find out: would I be able to send push notifications to users who are in the same location (I...
View ArticleWoocommerce integration with ionic
@hp1203 I am interested on it, did you find a solution yet? If not contact me please and thank you
View ArticleIs it possible build an e-commerce app from wordpress app with woocommerce...
Did you make this? I am interested on this, let me know what you find out thanks
View ArticleMultiple Controllers Confusion
I am still learning ionic and angularjs, so I'm a bit confused how to do this. Basically I have json data going to posts.html. I need to have another controller getting json data from a different URL,...
View ArticleError: Cannot find module 'bplist-parser'
I'm just trying Ionic for the first time and I keep getting this error: alex@mypc ~/Trashable/testApp $ sudo ionic build android[sudo] password for alex: module.js:340 throw err; ^ Error: Cannot find...
View Article$ionicHistory.nextViewOptions not working in IOS
Hi For some reason the $ionicHistory.nextViewOptions doesn't work anymore ... I want to go to an other state, but without a back button .. for example $ionicHistory.nextViewOptions({ disableBack: true...
View Article