Sqlite integration query issue
Thanks for your answer. No, I don't have any other code like "insert" at the moment, because the table I tried to create is never created, so I'm basically stuck at this point. As mentioned, I get the...
View ArticleGET, POST, UPDATE, DELETE in ionic2 with restful
I search how to handle the return object, and how to use the post, update, and delete methods to invoke rest service in Ionic2.
View ArticleIonic + bower --> how does it work?
Hello.I search for an answer but did not find it that is why I am asking here.... I hope someone can help/reply. I already read Understanding Ionic, Gulp, Bower, NPM Here's a quick run down of how...
View ArticleWhere does the 'app' folder is to be found ? ASIDE or INSIDE the 'www' folder?
The directory structure was changed so the app folder is now outside of the www folder. Everything in www/build will be auto generated from the app folder. The conference app is a good project to view...
View ArticleRadio button bug: All options get selected with radiogroup
You posted in the right place. It seems the radio component is expecting a value for each radio, and when it doesn't exist it doesn't know how to select the one you clicked. If you can add a value to...
View ArticleRadio button bug: All options get selected with radiogroup
Hi, Thank you for your answer! I´ve added the values as you mentioned. It indeeds stops selecting all the values when clicking one. But it still aint working as it should. When I click an option, no...
View ArticleProblem with icons and splash screen
Hi, You need to add your Splash Screens and Icons to the 'resources' folder for that platform. For example if you are building for ios go to resources/ios/icons and resources/ios/splash and put your...
View ArticleWhat are you building with Ionic? We want to know!
I am turning http://straddieapp.com.au into an app just got this site as a proof of concept. But ported over and using ionic (helped that I was already using Angular JS on the website). It is...
View ArticleGeolocation plugin doesn't work on unsecured origin
I am trying to use the geolocation plugin to get coordinates. And it keeps giving me a location error message with this message when i serve the app locally getCurrentPosition() and watchPosition()...
View ArticleAnyone got ionic ios geolocation working app ? ios 8?
ceckman: ionic plugin add https://github.com/apache/cordova-plugin-geolocation.git there is something up with this plugin. It gives me this error whenever i try to add it Error happened [TypeError:...
View ArticleWhat are you building with Ionic? We want to know!
We are creating an application for our company (Toys)
View ArticleFacebook Reactive/React Native vs Google Angular/Ionic: Predictions
What about Angular-Meteor with the Ionic package now? I'm a HUGE fan of Meteor, and a pretty big fan of Ionic (guess which makes me have to like Angular too). I've been searching madly for the...
View ArticleHas anyone tried Crashlytics plugins?
Hi @cenk, did you manage to include crashlytics? I think there are several good options for cordova out there but I still need to test them...This guy says it's pretty straightforward but he doesn't...
View ArticleWhy Aren't My Views Showing
Can someone please tell me why my views aren't showing? Here's the relevant code index.html <link href="lib/ionic/css/ionic.css" rel="stylesheet"> <link href="css/style.css"...
View ArticleHow do I use links to navigate in ionic 2?
I don't have any problems I just like using links better.
View ArticleSqlite integration query issue
Try this blog page from Nick. Also, it is important to execute this ionic plugin add cordova-sqlite-storage
View ArticleSqlite integration query issue
I followed the article, but sadly it's not working for me. I have android + ios platforms installed. The cordova-sqlite-storage is installed (even though this might not be necessary to test in dev). I...
View ArticleCordova is undefined
Okay, so I found the problem: the emulator I'm using only runs with the android on an "external sd card," so as such I had to change the cordova.file.dataDirectory to...
View Article