Dinamically change icon ionic angular
@fabiobalsamo wrote: i have a list of item from file browser of device, i need to show different icon if the item is a pdf file, doc file, jpg file etc. For now i can show if is a folder or if is a...
View ArticleGoogle Maps API + LaunchNavigator Plugin
@GabrielBarreto wrote: Hi, i'm trying to make an Android app that shows map with a marker, when you click that mark it'll show a popup with some data about the address and a click button to send you...
View ArticleCustom Ionic.Auth.login redirects in App
@mazz wrote: I have the problem, that when i try to authenticate the user with Ionic.Auth.login('custom', authOptions, data).then(success,fail); )There is a redirect in the App......
View ArticleAmazon Mobile Analytics + ionic
@nikits wrote: I'm would like to know how to connect Amazon Mobile Analytics with my ionic application. There aren't any tutorials explaining how to use it with ionic so any help will be appreciated....
View ArticleRemove dynamically added class in sidebar menu template
@Haxeb wrote: This is how my app works.1. When a user opens the app, he will lands into app.login2. After successful login, user redirects to app.home My Problem. I have implemented the script to hide...
View ArticleBeta push problems
@turko wrote: I'm currently migrating from ionic.io alpha to beta on my app and I noticed some strange behaviors: The notification icon I setup on plugin config no longer shows up when I receive a...
View ArticleIonic push - send to external ids
@mazz wrote: Is it possible to send pushNotifications to external_ids? Sending pushes to the ionic generated id works. Posts: 1 Participants: 1 Read full topic
View ArticlebeforeEnter not firing on IOS and href
@badpenguin wrote: I just noticed today that on IOS the beforeEnter event, for an already loaded view, is not firing when clicking a link that contains a state url href="#/app/mystate" , strange... it...
View ArticleAndroid on-hold
@AndrewHows wrote: onHold doesn't seem to work for me on Android; it's working correctly in the browser, but not on the device. Looking though the forum history, apparently this issue was fixed with...
View ArticleOne tab working but same exact other 2 not ionic
@bazimov wrote: Found the answer on slack channel. I was giving wrong views on tabs.html Posts: 1 Participants: 1 Read full topic
View ArticleIOS App got rejected on itunes (10.6 Details: Not using Safari View...
@appcoder04 wrote: Apple noticed that the user is taken to Safari to sign in or register for an account, which provides a poor user experience. They recommend implementing the Safari View Controller...
View ArticleReading json file from local (for Android)
@periyasamy17 wrote: my json file use in only at local browser...at the same app when i run my mobile this is not working 404 error.How to i solve this problem ?i am using $http method. Posts: 1...
View ArticleApp Restarting on Incoming SMS/Phone Calls
@DenverCoder9 wrote: Hello, I have an app that seems to re-start whenever the device receives an incoming SMS or telephone call. This forces the user to have to start their process over. I was...
View ArticleIonic Push Notification not working
@ahyconsulting1 wrote: I am Umang and I am working on an Ionic project and I have tried adding Push Notification in the app but it's not working. I have tried PushPlugin, ngCordova but none of the...
View ArticleIonic UI Not UPDATING / Refreshing value of $scope Variable {{var}}
@mkashifpv wrote: Hello.I have created a simple application having SqLite database, I am retrieving single variable "lastname"$scope.rows = getRowsFromDataBase(); It does not show the value on SCREEN...
View ArticleDynamicly add Buttons to Navbar from within a directive
@pab wrote: Hi I have a directive . To interact with the directive, I would like that the directive, adds a button to the navbar.But because there are 2 navbars "cached" & "active or entering" It...
View ArticleHow to get value from local storage like query in sql?
@ikhsan07 wrote: Hello, i'm newbie in ionicframework. i hope you can help me. I have problem from my exam, i can't get value from my local storage because. i have data from my local storage like this....
View ArticleSelect all check box on click of Button
@deepanjalipatole wrote: I have ion-list inside this I have checkbox as ion-item and some more items. I have separate button called Select All. When I click om Select All button it should select all...
View ArticleRouter state views based on platform
@zarcode wrote: I am trying to show different views based on platform, we can say "dinamic views parameter", something like this: .state('tabsController.topics', { url: '/topics', views: function(){...
View ArticleIos build sometimes broken
@nveldik wrote: This is my first post so if this is the wrong place for it let me know. We have the following issue with our app. Our ios build (on El Capitan with xcode 7.2.1) works most of the times...
View Article