Downloading Pictures from Ionic App onto a PC
@fatbluefred wrote: Hi Folks, Just to give you a little background of what I'm trying to do, I've built an ionic app that allows me to take pictures and enter a little information about each picture...
View ArticleStoring data locally
@karanvirk wrote: i want to store some information locally in my app.i have used indexedDb but it support android version upper than 4.3 .dexie also have some compatibility issue with apache cordova...
View ArticleHttps url do not works if ssl certificate is not valid
@onkar wrote: Hi everyone, I am integrating one auth2 implementation in ionic where in sendbox mode login page is accessed through https url.When ionic try to open that url using window.open it does...
View ArticleNg-href and dynamic links
@samuele.panarotto wrote: Hello to everyone, I need to create a list with 2 different link, this is a bit of my code: <ion-item ng-repeat="item in items" class="item-remove-animate"...
View ArticleIonic app does not respond to taps in ios
@blue4603 wrote: Hi, I have developed an ionic app and it is working fine in browser (Chrome,IE,Mac Safari,iPad Safari) and android platforms. When I tried it today in ios, the app loads and the ui...
View ArticleIonicModal Highlight Backdrop-Elements for Walkthrough/Tutorial
@William_Wallace wrote: Hello togehter,I try to do my own Walkthrough for my first Ionic-App. I first used the ng-walkthrough but at some point I realised that´s not what I was looking for. So now I...
View ArticleHow open file in device navigation
@fabiobalsamo wrote: how can i navigate trhoug file in my device and open it in ionic app? I follow this 2 tutorial both work but in the first one i can't open file and i don't know how to insert the...
View Article$cordovaSQLite delete syntax
@Harilall wrote: Hi guys, I am trying to delete a row of data from my SQLite table, I have been using the following syntax. NB. itemIndex is a passed parameter into a function where this code is...
View ArticleMaster Details view with ionicframwork using ion-list
@hatimane wrote: i'm working on a ionic app and i need to use master details view ,so on small screen i show the list then when i click on item go to details (that is done ) , and for larger screen...
View ArticleIonic Progress Variables
@NomadStudios wrote: I want to style a progress bar <progress> element in my application but it keeps changing to a default setting.I did try to change it in my scss folder in Progress.scss and...
View ArticleWhich one of these approaches should I choose to use google maps in ionic app?
@Plex531 wrote: Hi, I am new to the ionic framework and I want to develop a transit app that displays truetime live data about bus location on google maps and its colored bus routes etc. It seems like...
View ArticleHow to cache a http api request for a determined time?
@cardei wrote: Hi, I am trying to cache a http request to a forecast api, for 5 minutes and I don't know how to do it.What i have until now it's caching first request and then it's giving result from...
View ArticleCreate Tables with a fixed part and a scolled other how avoid superposition
@Cludo wrote: Hello I want to create a table horizontally scrollable I create to table one whith fixed position one over in all right excepted when I scroll my scrolling part go over my fixed part how...
View ArticleHelp with user input
@PkCaramel wrote: Hello I am very new to ionic and angular and i am having trouble gathering user input from the forms and inputs. The choices would also have to be saved what database would you use...
View ArticleHow to make a button in a list item look like an option-button
@carlhogan wrote: Hi, I am trying to place two buttons inside a list item but I'd like to make them look like an option-button, I mean the buttons should be placed in the right of the list. I've tried...
View ArticleHow to draw colored transit bus route line on google map with angularjs...
@Plex531 wrote: Hi, I want to draw out a colored route line for a bus's route by using the AngularJS directives google maps API (angularjs-google-maps directives). I get the following detailed XML...
View ArticleIonic Platfrom Web Client Error!
@Mo2mn wrote: Hi, Am new to Ionic I tried to install ionic using the command "add ionic-platfrom-web-client" when i did i received the following:You must have bower installed to continue. Type npm...
View ArticleIonic Cordova Network Plugin Not detecting a Network Connection
@briannyagol wrote: I have successfully installed cordova network plugin and no errors so far from the code side. When I use ionic serve to get the app to run on my browser, it detects my wifi and the...
View ArticleIonic.io push notifications not received
@gildebrand wrote: I am having trouble with Ionic.io push notifications. I can't get the push notification to work in dev-mode or with real notifications for iOS and Android. In dev mode I can see...
View ArticleIonic 1 with Cache - are $timeouts automatically cancelled when changing route?
@bonatoque wrote: I'm currently tracking any possible memory leak in my SPA. I'm trying to read the Timeline recordings results, but I'm a designer, have mercy... Do I need to cancel the $timeout(s)...
View Article