Can Ionic or ngCordova Support Managed App Configuration?
Hello, I am trying to grab and store the username string value from my MDM (AirWatch). I have been told this can be achieved by using Managed App Configuration and was wondering if ionic or cordova...
View ArticleTrouble displaying HTML emails in an Ionic App
I fixed the issue by init Zoom.Closing this issue. Thanks
View ArticleWhat are you building with Ionic? We want to know!
hey there,i am very excited to show off my ionic work.It is a courier tracking app for multiple courier companies Here it is: play.google.com All Courier Tracking pointDeveloper The App provides a one...
View ArticleUi-router and iOS (stateProvider)
yurinondual: d: ProductGroup.Id})"></a> Okay the route is correct, but the same problem... When I put, $scope.$on('$ionicView.beforeEnter', function() { alert(window.location); }) On my...
View ArticleIonic lib version VS ionic app version
I did, but bower update didn't create the bower_components folder, this because in the bowerrrc file is declared the path. Infact if you launch bower list --path you will see the correct path pointing...
View ArticleIOS keyboard attach ion footer and input disappear when keyboard is visible
Hi,I'm using keyboard in a modal on an input in ion-footer with keyboard-attach on,it's working fine in android, but in IOS when focus is on input, keyboard appears and Footer disappears, it's doing...
View ArticleUi-router and iOS (stateProvider)
yurinondual: <a ui-sref="order.productsList({id: ProductGroup.Id})"></a> When I click on my Listing menu I got an alert with the correct URL /menu/order but in the listing when I click on...
View ArticleUi-router and iOS (stateProvider)
yes if I see whole code I can help quicker. Preferably on ionic playground or plukr
View ArticleUi-router and iOS (stateProvider)
yurinondual: plukr This is the whole code, can I put multiple files en ionic playground???https://github.com/florianmari/ionic_try
View ArticlePopup doesn't completely close when inside modal (v1.1.0)
(post withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleUi-router and iOS (stateProvider)
Try to run this.getProducts(); inside of beforeEnter. So move $scope.$on('$ionicView.beforeEnter', function() { alert(window.location); }) To the bottom of order controller and add this.getProducts();...
View ArticleIonic & accessibility
did you manage to find anything for this? im thinking of doing an accessiblity feature on my app thanks
View ArticlePopup doesn't completely close when inside modal (v1.1.0)
I've found that adding a substantial delay resolves the issue: $timeout(function () { $scope.showAlert('Comment Deleted', response); }, 500); // alert can't be closed unless we delay a bit
View ArticleAccessibility features
Hi, Is there any accessibility features that i could implement into my app especially for the blind ? thanks
View ArticleIOS keyboard attach ion footer and input disappear when keyboard is visible
Problem solved, it turned out it's because of some of my CSS rules.
View ArticleUnable connect data from app.js to index.html
I am trying to create a mobile app using Ionic but, I am having a hard time connecting index.html to get the data. I am pretty new at this, can somebody please help me figure it out ? Basically, in...
View ArticleIonic framework hide ion-tabs on certain tab state
Why don't you make chat-detail state child of abstract state that doesn't contain tabs? so you will have - App. (abstract)- App.Tabs (abstract with tabs. template) - App.Tabs.Dashboard- App.Tabs.Chat-...
View ArticleIonic 2 getting started error ubuntu
same here, chrome is installed on linux mint, but you can use "ionic serve --nobrowser"
View Article