How to send data in prompt popup box
@anilDevaki123 wrote: var myPopup = $ionicPopup.show({ template: '<input type="number" ng-model="group.mobno"></input>', title: 'massage box', scope: $scope, buttons: [ { text: 'Cancel' },...
View ArticleDismiss stateChangeStart after firing
@anicacute09 wrote: I am doing an Automatic Login for my app where I save the credentials to localstorage and after running again statechangestart check if localstorage has data and go to the main...
View ArticleHow to implement TELR payment gateway in ionic App?
@deligence wrote: Hello , I would like to know how i can configure TELR Payment gateway in ionic app . Is there any direct plugin or Api from where i would have to start . Thanks !!! Posts: 1...
View ArticleHello every one I want to uploading my apps in Google play store but i am...
@nishikant5674 wrote: Upload failedYou uploaded a debuggable APK. For security reasons you need to disable debugging before it can be published in Google Play. Learn more about debuggable APKs. Upload...
View ArticleWhat else can I use instead of ion-nav-view to properly trigger history and...
@nick_heatgenius wrote: Hi everyone. I am developing an app with nested views using ui-router. The app works fine (apart from the navbar title not updating properly, but for the moment I resolved it...
View ArticleHow to commit ionic based project into SVN
@kmraditya wrote: Hi, I have tried to commit ionic project to SVN using eclipse, While trying to import file, File structure is not proper. There are multiple file as project I am getting. Please...
View ArticleHow to Play Music from a Users Library with Ionic
@Elyptik wrote: Hello everyone, I'm looking to do an app where users can launch their own musics. But i'm new on ionic and I wanna know if it's possible to do this wth ionic. I find one tutorial with...
View ArticleAuto focus on input doesn't make the keyboard appear
@kyuubido0 wrote: Hello, I am making an app and I seem to have a problem with my inputs. When I enter a screen with an input, i want it to automatically have an auto focus and for the keyboard to...
View ArticleChange the height of one item-item of collection-repeat
@alburkerk wrote: Hi everyone ! I am using collection-repeat in order to create a calendar. I won't go into details, but here is what looks like a month : Simple, right ? What I want is when one...
View ArticleError - Ionic Cloud - No .app bundles found in the package
@even3 wrote: When I build for iOS platform using the Ionic Cloud and then do the upload via Application Loader, I get the error message: "No .app bundles found in the package" Captura de Tela...
View ArticleFor ionic-angular hybrid app in Windows10 Device(950XL) after latest...
@Arockia17 wrote: I am creating an Ionic with Angular based hybrid app for Android, iOS & Windows.The app has a functionality select dropdown which was working fine in all three platforms. Once my...
View ArticleIssue of disabling the nav back button ($ionicGoBack)
@mukulionic wrote: Hi everyone..I need anyone help about the issue of disabling the nav back button ($ionicGoBack). I want my app user to go back to homepage if they are not logging in the app for the...
View ArticleHandling Push Notifications and how to display list of unread or recent messages
@rgecy wrote: I have got Ionic Push working in my app, but I am wanting to understand a little more about how to handle the incoming messages, setting badge counts, or displaying a list of recent and...
View ArticleKeyboard not respect input type on first Focus
@Baltazar wrote: Hi, i am using the Focuser Directive off this link http://blog.thecodecampus.de/ionic-2-set-focus-input-element/ And i got the focus , but the field is number and keyboard appears...
View ArticleIonic cloud iOS build for distribution on app store
@dennis3001 wrote: According to ionic cloud docs you can Build .ipa and .apk files that you can submit to app stores However the documentation only explains the process of creating developement...
View ArticleCannot get access to the nfc instance in ionic
@meysammahfouzi wrote: I am trying to write nfc data using phonegap-nfc plugin. Here is the factory I have: .factory('nfcService', function ($rootScope, $ionicPlatform) { var tag = {};...
View ArticleBuild Android - Error Code 1 Help!
@markbbishop wrote: I installed android sdk and set Android_Home, but getting build failed exit error code 1 whenever I build android platform. I did a fresh start blank to build and received build...
View ArticleOpen popup from multiple places
@CodeAbuser wrote: Is there a way to declare a popup as a $scope object i.e. $scope.myPopup = $ionicPopup({ MyConfigStuffHere}) and then be able to open the popup by calling it elsewhere in the code...
View Article[IOS 10] Can't Tap in anything in ios 10
@cubissimo wrote: When i tap a button or whatever in IOS 10 no work. No error or consoles are raised to help me! In IOS <= 9.3 everything woks fine!!! Someone facing this kind of issue to help me?...
View ArticleIonic scss: gulp sass error "File to import not found or unreadable" slides
@mayank_jain wrote: I am getting an error when I run gulp sass. The error is about a missing scss file which should have been there as part of the framework (_slides.scss) Here is my ionic info:$...
View Article