Ion-reorder-button in Ionic 2 version
It doesn't exist yet, but I added it to our roadmap and created an issue for it: github.com/driftyco/ionic Issue: Add list reorder & delete opened by brandyscarney on 2016-02-24 Similar to v1...
View ArticleIonic2 typescript project with cordova plugins
Tommertom: Interestingly, the plugin isnt reachable through cordova.InAppBrowser.open, but through window.open That very likely means the plugin hasn't loaded at all. window.open() is a function that...
View ArticleCannot add plugin to Ionic 2 Project
Hello Richard! I appreciate your taking the time to help me. However, the solution in that thread does not work for me. I have gone into more detail about why it does not work in that thread.
View ArticleAugmented reality with IONIC + AngularJS
Hi, i'm currently working on a project that needs AR "marker-based" so i just need to an SDK or plugin that can detect a marker and show a message.Someone knows some library, plugin or whateever? (not...
View ArticleApp work in ios but doesn't work in android
Hi, i created 2 new projects this month, and everything is fine in ios, it works like a charm, but today when i tried to emulate the app in android studio, the app crash, right on the start i can't...
View ArticleTesting ionic 2 apps
be sure to change the package.json and set the dependencies to the exact version (remove the ^ from the version), otherwise npm install will complain about unmet dependancies
View ArticleError : cannot find module 'gulp-concat'
ionic $ module.js:339 throw err; ^ive tried doing npm install gulp but its still coming up with this error my app is completely blank on the browser so im guessing its this thats causing me problems...
View ArticleUrgently need help
Hey James, I completely formatted my computer and started fresh. Unfortunately, it's still doing it.
View ArticleError : cannot find module 'gulp-concat'
Try install: sudo npm install gulp-concat -g to install gulp-concat globally.
View ArticleError : cannot find module 'gulp-concat'
ive fixed the issues but the app still has a blank screen in the browser and its not coming up with any errors.
View ArticleIonic2 typescript project with cordova plugins
Hi @mattarod, Sounds true and I wondered this myself earlier. So I tried the solution with the plugin removed which did not result in a default window.open action (nothing happened). Just now I tried...
View ArticleScreen Orientation lock in specific states
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleWhere should I put images?
/img/my-image/png path does NOT work on the device or with Ionic View. It will work while serving the App locally though. '''url(../../img/my-image.png)''' Works for both. Just a lil Heads up to...
View ArticleHow Can I download Ionic 2?
Hello I would to know how can I get the full version of Ionic 2?Since I just started to programm in Ionic would you recommend me that I start with two?What do you think about react? React is also a...
View ArticleApp work in ios but doesn't work in android
Yes, and i have everything installed from api 4.1 to 6,and the tools of course.
View ArticlePlay local sound file when clicking button
I tried both but for some reason neither worked
View ArticleIonic Docs don't match the template generated by the CLI
You are the man!The error has gone away, I am playing around with the cordova.InAppBrowser plugin.I added the plugin with the following line:ionic plugin add org.apache.cordova.inappbrowser The...
View ArticleApp work in ios but doesn't work in android
It seems to me the Ionic CLI can't find the Android SDK. Please google about Android SDK and how to install it properly. You have to edit the PATH en ANDROID_HOME in your batch-environment.
View Article