How to download latest version of fileopener2 plugin?
@dickydick1969 wrote: Hi there, When I do cordova plugin list i get this: io.github.pwlin.cordova.plugins.fileopener2 1.0.11 "File Opener2" How can i upgrade to the latest version? (2.0.1) I tried to...
View ArticleBack button does not appear in devices but in the browser
@Miguel_Crespo wrote: Hi. I want to customize the back button in my application and change the left arrow for a close icon but I don't know where do I have to place it to change it into all my...
View Article"ionic run" started uninstalling before installing
@ZephDavies wrote: Hi, I started using:ionic platform add android@5.0.0 (instead of just android)to get the diagnostic plugin to work. But since I've done this, when i useionic run (which defaults to...
View ArticleEXCEPTION: No provider for Http! How to solve?
@victorcarvalhosp wrote: Hello guys! I'm developing one app with ionic 2, but I'm stucked with this error when I try to make an http request... And I don't know what is causing it... Look at my js:...
View ArticleUnable to update cordova-android
@jmd wrote: I've successfully built an iOS version of my app and I'm now trying to add Android. However, when I do a ionic platform add android one of the plugins (cordova-plugin-geolocation) fails...
View ArticleCamera plugin issue about photolibrary
@jeffreytck wrote: I'm having an issue about select photolibrary from android OS, it will caused me same images but it's works for IOS. Please help me on this, i'm keep stucked on this. Below is my...
View ArticleIONIC 2 Forecast
@IonicExtreme wrote: First I would like to thank all the IONIC is the best hybrid front end free framework. Do you have any forecast for the final version of IONIC 2 or even the BETA / RC , I was...
View ArticleTips for Ionic on Windows Phone
@marcot1 wrote: Hi all, I recently had to deploy an Ionic app on Windows Phone 8.1. Though Windows Phone is not yet officially supported, after some trials and errors (and lots of Googling ) I was...
View ArticlePhp web application deploy android through ionic command its that possible?
@iffikhan30 wrote: Hey guy, My manager told me to deploy the php web application in android through ionic framework is that possible? On my Last project i developed the like restaurant app in Cordova...
View ArticleStore data securely - IONIC App
@test2244 wrote: My app is talking to api with HMAC Authentication (Hash-based Message Authentication Code). Here App need to securely store APP Id and shared secret key. If someone gets hold of this...
View ArticleIonic animation between two not nested pages
@Balicek wrote: Hi, I spent lot of time on this but I don't know how to figure it out my app looks like this: .state('tab', { url: "/tab", abstract: true, templateUrl: "menu.html" })...
View ArticleAudio Streaming Question
@markbbishop wrote: I've been trying to wrap my head around ideas and I just want to make sure I have this right. I'm working on a podcast app that I'll have some articles to read as well, so I...
View ArticleIonic View keeps caching previous mobile number on iOS
@boyfunky wrote: First, i apologize for the code here. Its just to give a rough understanding of the flow for this issue <label class="item item-input item-border-bottom"> <input type="text"...
View ArticleHow to show choices in Popup or Modal for a Select input in form?
@tyson120 wrote: I have a form in which I need 3 select inputs, one each for* Country, State and City*. In my form I want that there should a default "Choose your Country" in the select input and once...
View ArticleHow to place component to the topmost
@losewin wrote: I already tried z-index to make it on the topmost component but still it wont work...how to I solve this? Posts: 1 Participants: 1 Read full topic
View ArticleCordova is not defined and Facebook login error
@Tribe wrote: I've followed this to a tee - https://ionicthemes.com/tutorials/about/native-facebook-login-with-ionic-framework When running ionic serve --lab (or on device via simulator or an actual...
View ArticlePass scope variable into popover scope
@LouisR wrote: Hi I would like to pass a variable from the view scope ($scope.sort) into the popover scope.Once set in the popover, the variable 'goes out' of it with no issue though, with code below...
View ArticlengCordova as a Meteor Package
@Beemer wrote: Hi - I use Meteor with Ionic. Meteor has its own packaging system so I can't use Bower to install the ngCordova plugin. However, someone has created a Meteor-compliant 'ngCordova'...
View ArticleHTTP not working with android api 22
@Irshad_Gouri wrote: Hello devs, When I build app with android api 22, then http is not working. But when I did same with api 19 then it works.I have read from somewhere that HttpClient was deprecated...
View ArticleDouble field data binding issue
@LouisR wrote: I have this radio button: <ion-radio ng-model="data.sort" ng-value="['-timestamp','model']" ng-click="closeSortPopover();">Recent model (default)</ion-radio> but it does not...
View Article