App work in ios but doesn't work in android
@Flavio_Lima wrote: 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...
View ArticleError : cannot find module 'gulp-concat'
@jesst446 wrote: 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...
View ArticleHow Can I download Ionic 2?
@AugustoAleGon wrote: 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...
View ArticleGet next/previous post from wordpress with ionic
@saidk wrote: favoriteI'm creating an app for my wordpress blog using Ionic framework, it gets the latest post thumbnail (as my posts are basically a picture per post), I want to fetch previous post...
View ArticleHow to change the size of item-avatar in ionic?
@Niranjan100395 wrote: I am developing an app using ionic framework. I have used item-avatar to display an image. How do I change(increase) the size of the image displayed in the item-avatar? I was...
View ArticleConditional button attributes
@dhutton wrote: Hi, I'm trying to conditionally apply an attribute based on whether a function returns true or false like so: <button [attr.secondary]="isBoosted() ? '': null" full large...
View ArticleIonic 2 Native Plugins
@kuntal wrote: HiI previously work with http://ngcordova.com/docs/plugins/ and today I am checking http://ionicframework.com/docs/v2/ =>Native section and found the count of plugins is very less...
View ArticleVIew pdf file from assets folder with inappbrowser
@bekzhan7 wrote: Hello everyone, I made an app with ionic where I need to store one PDF in assets and make users able to view it in app (with inappbrowser may be). How that can be achieved optimally...
View ArticleAny best practices to override OR handle separate CSS for desktop broswer?
@suyog wrote: Hello, Any best practices to override OR handle separate CSS for desktop while deployed as browser app? I am using Ionic 2 Posts: 1 Participants: 1 Read full topic
View ArticleCan't view anything inside promise resolution
@burbians wrote: I have a method which returns a promise like: checkLogin(credentials) { return new Promise((resolve, reject) => { this.http.post(url, credentials) .map(res => res.json())...
View ArticleConfigure Cordova.js to remove while deployed as Broswer app
@suyog wrote: When you deploy ionic 2 application, how to remove cordova.js? I have used cordova in app browser for mobile apps but when I deploy as browser I dont use it. how to remove cordova.js...
View ArticleClick event is not instant
@nithinshiriya wrote: Click event is not instant. I have hold for second to response. Any guess why it is?. Posts: 3 Participants: 3 Read full topic
View ArticleIssue with Ionic 2.0.0.Beta 17 with generated providers
@keczan wrote: ./app/providers/configuration/configuration.js Module build failed: SyntaxError: /Users/jeremykeczan/Projects/web/pinch-ui/app/providers/configuration/configuration.js: Unexpected token...
View ArticleMultiple file uploads in one request
@yellingag wrote: Hello all, I was able to upload my audio file using cordova file transfer plugin but I want to upload multiple file uploads within one request. Then I saw this guy doing chain...
View ArticleIonic custom directive controller
@ezazwar wrote: Hi all, i Am using a custom directive inside my view and its working fine Directive angular.module('starter.Directives', []).directive('browseto', [function() { return { restrict:...
View ArticleIon-checkbox list may be causing bugs on animations
@heitorfig wrote: Hey, I'm using a list of ion-checkbox(es) on a side menu to filter some items on the main page. But (I think) the checkboxes are causing some bugs on the UI animations. I recorded a...
View Article"hide-on-keyboard-open" element remains hidden when keyboard is quickly closed
@watson_aa wrote: When I quickly hide the keyboard in iOS, elements with the class "hide-on-keyboard-open" remain hidden. I have tried removing the 400ms delay described in the docs, with no luck. We...
View ArticleAre all of these Native interactions possible with Ionic/Cordova?
@Jamiec wrote: I am considering Ionic Framework for my application and I would like to know if the following interactions are possilble: Selecting a file to upload using the OS native file picker i.e....
View ArticleFind files using wildcards or regular expressions
@wshaheer wrote: I am using the Cordova 'File' plugin along with the ngCordova 'File' AngularJS wrapper. I'm trying to use a wildcard to find all matching files in a given directory. Below is a sample...
View ArticleAdding plug-ins (Ionic 2)
@richardshergold wrote: In my app I need to use the network information plug-in so to add it I ran the command: ionic plugin add cordova-plugin-network-information In my Ionic 1 apps I always used...
View Article