Ionic-plugin-deploy break ios build after state reset
@Rootedy wrote: Hi, I was having problems with ionic-plugin-deploy on my application. After install it the ios build doesn't work any more. So I decided to create an empty project to test deploy and I...
View ArticleionSpinner and $ionicLoading
@oskr wrote: Hi, I'm using the $ionicLoading while loading content from a rest service and hiding the loading progress on then call of promise. This is done only the first time data is required.Then...
View ArticleBlank project didn't call controller
@marcosmachado wrote: Hello, I started ionic project using "ionic start app blank" but when I run it the initial controller isn't called. I put console.log("test") in LoginCtrl controller, but didn't...
View Article$http triggered twice
@eldy wrote: This is my code $scope.login = function(email,password){ $http({ method: 'POST', url: 'http://localhost:3000/api/login', headers: { 'owner': $rootScope.secret }, data: {email:email,...
View ArticleHow-to exclude route from history
@reedrichards wrote: Hi, Is there a way to exclude a route from the history stack? Example: (where -> = state.go) route1 -> route2 -> route3 -> route2 If I then click the "Back" button on...
View ArticleNot able to install Ionic and Cordova in windows
@vikranthudda wrote: Hello, I install Node.js v4.4.0 X86 . and i am trying to install Cordova and Ionic using RPM , Getting this below Error . I am using My personal Dongle and it's Bandwidth is about...
View ArticleOpen different modal on click
@mkj_2015 wrote: How can i open different chat modal for different user dynamically as in whatsapp? Clicking on a link should open a modal for specific user chat conversations. Posts: 1 Participants:...
View ArticleButton not clickable after InAppBrowser
@finke wrote: I have a problem with the Cordova InAppBrowser plugin. I want to load the InAppBrowser right after the Ionic.Platform.ready event. This works fine and right after the splash-screen the...
View ArticleThird Sidemenu
@bsinternet wrote: Hello.. I have left and right sidemenus. But I need to add third sidemenu. Is it possible? How can I add it? Thanks.. Posts: 1 Participants: 1 Read full topic
View ArticleDevice token for push to all app instances - how to get them
@devpa wrote: I'm building a corporate app. Under certain circumstances we'll want to push notifications to all instances of the app. But I don't understand how to get hold all the device tokens. As a...
View ArticleHow cordova plugin creates global variable?
@franky wrote: I am using cordova-plugin-device, which creates a global variable called device after device is ready. It works fine. But I am wondering how the plugin creates the global variable. I...
View ArticleBest way to include controllers in each html?
@educ12 wrote: Hi there, I'm starting with Ionic and it looks great. I have a little previous experience with Angularjs and I want to improve my skills. One thing I want to do is to implement the...
View ArticlePlayStore rejecting App
@chrismaher wrote: Im trying to figure out why Google keeps rejecting my app. Apache CordovaThe vulnerabilities were fixed in Apache Cordova v.3.5.1. cordova platforms lsInstalled platforms: android...
View ArticleVisual Studio Error: VSTemplateWizard
@kavrikulum wrote: Hi everyone, I downloaded Visual Studio Community and the Ionic Project Templates for it. As soon as I try to create an Ionic project I get this Error: "Error: this template...
View ArticleLaunch app with NFC and receive all tag info from intent
@YourPrivateCoder wrote: Hi, I need to lauch app from NFC tag and also pass one more value from tag to app, but I can't work it out how to get them both working together. I am using NFC phonegap...
View ArticleIonic ion-slides jump to nested slide dynamically
@garrykapoor wrote: Hi There, I have nested horizontal slider inside the slider. How can I jump to particular slide of nested slider?When I used nested slider I lost my pagination navigation. How can...
View ArticleError saving User on Ionic Platform Beta
@jorgecacho wrote: Hi, Everytime I try to save an user with: user.save(); I get this error: Failed to load resource: the server responded with a status of 422 (UNPROCESSABLE ENTITY)...
View ArticleIonic run android command installs default template
@supasheva wrote: Hello. So I wanted to test how my applications would look on my android device. Unfortunately when i installed the application using "ionic run android", the application installed is...
View ArticleRound image get cut-off
@zhouhaowowtv wrote: I created a ionic project: ionic start test blank And add a button: <button class="button button-clear" ng-click=""> <img style="width:50%" class="round-button"...
View ArticleUsing Ionic Modal Animation
@whileyryan wrote: Hello, I'm currently running into an issue with my app where I am trying to navigate to a page and have the transition be the same as the animation when opening a modal. I have...
View Article