Ionic App Unable to pass param to function in form
@ramesharcot wrote: Here is a plunker code that works outside of ionic https://plnkr.co/edit/bmbDTcFnnG7tfxRZf6Rt?p=preview In ionic template page , the same code fails at line 24.Any help would be...
View ArticleInstalling on windows 10 issues
@ergunpolat wrote: Hi, I am trying to install ionic on windows 10 with the following command npm install -g cordova ionic but I am getting the following error, `npm ERR! Windows_NT 10.0.10586 npm ERR!...
View Article"" dropdown tag doesn't populate the selection on Android devices
@wkwyatt wrote: In the app I am creating the select dropdown selection is not displaying.My code is <select class="item item-select" ng-model="subQ.reason" ng-change="onChangeReason(subQ)"...
View ArticleNg-repeat and ng-click with ng-show/ng-hide Problem
@Patmau5 wrote: Hello, i dont know how to make it work. I want to create a hide/show checkbox with ng-show and ng-hide (handled by values). Need only activated when i check launch or dinner. i already...
View ArticleIonic Blank Screen
@nooreo92 wrote: Hello, I created an application that works fine using web view but when I downloaded the application on my android galaxy A5 i got a blank screen with the blue positive header. What...
View ArticleScroll For Page of Very Long Text
@wkylegraves wrote: I'm finishing up my app and implementing a terms of service agreement and privacy policy in to meet app store guidelines. The way I am attempting to accomplish this is through on...
View ArticleBasic login doesn't work with ionic.io platform
@kaflesudip wrote: I am using Ionic Platform's Auth service to register and login user. Signup works fine but while logging in, it doesn't call the success function neither the error function. The...
View ArticleSwitching page when i try to update a data in Firebase DB
@shank93 wrote: I am working on a project in Ionic and firebase. The issue is, when i try to update a data in my DB, the view of the app is getting switched to another. Tried lot of work around, but...
View ArticleRest Api using Slim Framework
@anicacute09 wrote: Hi guys, I manage to create a Rest Api in order to use in my ionic app, my problem is How can create a rest api that gets all the data of the one who log in in my app( I already...
View ArticleProblem while building iOS after adding plgins
@DevGaurang wrote: Hi All, I created a ionic project and can build the project for android and ios platform without adding following plugins but when I try to add any of the following I am not able to...
View ArticleImport multiple SCSS file
@peiwen wrote: Hi, how do i import multiple scss file in a project? Posts: 3 Participants: 2 Read full topic
View ArticleDetected device language is 'zz-ZZ'
@MisterDev wrote: I'm trying to retrieve the device language in Ionic1, but navigator.language || navigator.userLanguage gives me 'zz-ZZ'. Can someone explain me why this happens and how to solve it?...
View ArticleIonic scrolling issue
@Vigneshdr wrote: I have done one simple application. I used ionic Nav bar (header). When deploy the app in windows device, the whole page getting scrolled.(Header also moving up from the page). How...
View ArticleHow to ng-repeat data post ajex using angularjs
@anilDevaki123 wrote: how to ng-repeat data post controller.js Posts: 1 Participants: 1 Read full topic
View ArticleIonic package build with phonegap-plugin-push SENDER_ID missing
@Marrone wrote: I know, there are lots of post about phonegap-plugin-push problems with SENDER_ID missing problem.I followed the guide that indicate how to solve this problem so I installed the...
View ArticleSimple question :)
@taylormaster wrote: Hi!I use in app.js this: .state('registration', { url: '/registration', templateUrl: 'templates/registration.html', controller: 'RegController' }) then there is no need...
View ArticleDrag - drop and resizing not working
@rajitgarg2010 wrote: Hi, I have created a image using canvas in ionic , this image consist of one background image and on this i have placed one another image and text using canvas, now i wish to...
View ArticleHow to convert an HTML5 content into ionic app
@anoop1986 wrote: Dear Team, Our team starts designing on our new project and done the HTML5 conversion with the design. But when we try to integrate the design on the ionic project we are confused...
View ArticleIonic Swiper - ng-repeat with loop (problem)
@Clément wrote: Hello, I use Swiper (ion-slide) with Ionic, but when i create a slider with loop: true and a ng-repeat inside every slide-page, the ng-repeat is multiply by the number of slide only in...
View ArticleOne way to have the same display on iOS and Android
@nunux17 wrote: I'm working on a Ionic commercial project, and need to release an app on iOS and Android platforms. I did all the development under Android using the crosswalk plugin, but when I...
View Article