[SOLVED] Http interceptors problem
@blocknotes wrote: I pushed a simple http interceptor in $httpProvider that logs every response (also for resources): 'response': function( response ) { console.log( response.config.url + ': ' +...
View ArticleIonic cli serve
@Graham wrote: Hi,I am trying to understand the code for ionic serve in serve.js. I cannot see how options.isPlatformServe gets initialised. Is anyone able to point me in the right direction ? Thanks...
View ArticleConnect to remote database
@trotterellone wrote: Hello,I started last week to create some new apps with Ionic.Right now, I need to create an application that connect to remote database, I send a request (query) and i receive...
View Articleandroid_home path
@griffin wrote: Hi all, I know this topic shows up here a lot. I've been reading this forum as well as stackoverflow and have followed the directions closely but can't seem to configure my path...
View ArticleGrid Layout
@acormier wrote: Hi there. I'm trying to product a 3 column layout where the first column is a fixed pixel width, and the other two are percentages. Is this possible? Posts: 1 Participants: 1 Read...
View ArticleWhen i close $ionicModal , Keyboard auto open
@jhl wrote: when i close $ionicModal , Keyboard auto open , but i don't open Keyboard . <div class="modal'> <div class="bar bar-header item-input-inset no-padding"> <label...
View ArticleCan ionic view support for making call
@usuf wrote: hi,i tried ionic app with call button just am used to view in ionic view APP but call button not redirected to dialer. code used in two waysCall (03) 9533 1100 for this - ng-href="tel:...
View ArticleDeleting a project properly
@halukkaramete wrote: Hi, I'm very new to the ionic world. Instead of typing "ionic help start", I accidentally typed "ionic start help" and this caused a project to be created. What's the proper way...
View ArticleIs there a LocalStorage limit on iOS when app is built?
@bensinclair wrote: I am using LocalStorage to store cached data. All of a sudden I am getting the following error in both simulator and when I build the app on my iPhone: Error: QuotaExceededError:...
View ArticleI need some help in starting a project!
@alexplanter wrote: Hi everybody!I'm making an app with tabs, the content is a directory of local restaurants, it includes photos, the menu of the place and directions. So the question is:How can I...
View ArticleEither Ion-nav-back-button is not appearing or page is not loading
@saras_arya wrote: I am trying to create a new page from an existing page with a back button. I have recreated the issue here in a plunkr. In the trip analytics option When I click the first card i.e....
View ArticleIonic States
@Aj_Rev wrote: Hi, Trouble with .state in an app that I am creating to learn ionic. Scourged the internet and forums but couldn't find a break through. I have 3 views: list.html, view.html and...
View ArticleSlidebox lost all height using android device
@imperialdalek wrote: HI everyone When I run app on my android device I see none of my slides.I inspected the code using chrome inspect device tools and discovered the slidebox has zero height. Using...
View ArticleUIKeyboardTypeDecimalPad">Input type="number" -> UIKeyboardTypeDecimalPad
@Stefferp wrote: Hey there, I'm having a problem trying to get the proper numeric keypad on iOS using input type="number" On Android, using type="number" brings up a numeric keypad with nice big...
View ArticlePrepopulated Db Not working
@taransingh wrote: hi,i am creating an app based on ionic.i have issue using a prepopulated Db for the application data.i have tried virtually everything.but doesnt seem to get it working..Ionic...
View ArticleIonic 2 Popup
@burbians wrote: Hello, I have the error below when I try to show an alert popup after click on a button: EXCEPTION: TypeError: Cannot read property 'length' of undefined in [null]ORIGINAL EXCEPTION:...
View ArticleIon-content scrolling broken on chrome
@dilignt wrote: Hello, I use chrome on Windows 10 for developing my ionic apps. Yesterday I noticed that scrolling of the ion-content element has stopped working. I tried it with the ionic sidemenu...
View ArticleProblem qith sqlite db after update ionic
@fabiobalsamo wrote: Hi, i've a huge problem, i update ionic and after that nothing worked... I removed all the plugin and re-install, but I have the follow problem with DB sqliteObject {message:...
View ArticleNeed a Ionic developer
@Rory wrote: Our team has been working on a project for the last 6 months. We have a prototype that is working, however in reviewing the code the developer that was used was weak with Angular and...
View ArticleHow to return value from modal
@tasiddiqui wrote: Hi, is there a way to return a value from a modal? I have a modal with search component implemented selected value should be returned and modal closes, i have done the closing part...
View Article