I want to create a function for file download from my server but is not working
yes, you are right @flycoders_sourav
View ArticleHow to use css from rest api in ionic 2
Hello We have rest api and from that api css comes . now is there any way to apply css after rest api called and get css from api in ionic 2 ? Thanks
View ArticleIonic2 Pro build failed
Hello, After build succeed locally I pushed my ionic2 application to ionic2 pro using git push ionic master. I got a build failed inside the ionic2 pro dashboard. And this is my error: Preformatted...
View ArticleIonic Pro doesn't add /www directory?
Hey Tom, Thanks for your response - I was not aware of this. I appreciate the tip, I will try this later today! Dom
View ArticleGET request result display on application
sinchan2525: <ion-list> <ion-item> <h2>{{data_reportid}}</h2> <h3>{{data_category}}</h3> <h4>{{time}}</h4> <p>{{data_address}}</p>...
View ArticleIonic canvas-draw component drawing problem on image
hello all, I have to resize canvas to (500px *200px), but after resizing it to that width,height,… upper portion becomes inaccessible (not able to draw on upper portion of image ) how to fix this...
View ArticleGPS Tracking
Hi everyone! I’d like to create a functionality in my app, to save the route that user does (like Runtastic, Runkeeper, etc). The user clicks on Start, and begins moving, walking, running, driving,...
View ArticleIONIC call webservice token
the doc on http get says get(url, parameters, headers) and parameters and headers are objects, not strings so (I can’t find what HttpParams object does) let params = { ‘SubscriptionID’: ‘3D’,...
View ArticleHow to use css from rest api in ionic 2
see this stackoverflow.com Is it possible to dynamically change global stylesheets in Angular 2? javascript, angularjs, angular asked by Thibs on 03:51PM - 09 Jun 16
View ArticleConfig.xml turns empty
Maybe this will help you [Cannot load empty config.xml file (Android build)]
View ArticleSending image to firebase with base64
It’s part of an app that I’m about to submit to the app stores so it’s not on Git at the moment. I’ll put together a sample of the original work and post it when I get a chance. May not be until...
View ArticleGPS Tracking
a route is just an array of GPS positions in time, from start to stop… (so you would PUSH a new position onto the array til stop (some timer started at start time, every 10 seconds, or… whatever...
View ArticleHow to check if Ion-View has updated or changed
I need it for debugging purposes, is there any way I can monitor the data changes within a component in Angular/Ionic?
View ArticleIONIC 3 And MQTT
I am in dying need of some help in this area. I am trying to create a mobile app which can send messages to a broker and receive messages from a broker. I have tried using Node.js which magically...
View ArticleHow to check if Ion-View has updated or changed
Normally the data-binding happens instantly, so no debugging would be necessary. Can you give an example where debugging would be necessary?
View ArticleGPS Tracking
Hi sdetweil, this is a good idea, to use an array. I was thinking about Firebase, as I need it to be in the server. But I don’t know if I’ll be able to draw it on a map, in a Google Map, like...
View ArticleGPS Tracking
i don’t know what the route api takes… i think i looked at google maps api at one time that took an array of points for a route database can be wherever…
View ArticleError exporting Highstock / Highcharts charts on Android
I built a chart using Highstock and Ionic 3, it works normally in Chrome. I can export the chart normally generated in Chrome.But when I test on Android the ‘chart export’ doesn’t work. The chart is...
View ArticleIonic 3 Custom Modal
Is there any way to customize modal for a specific page only? I have found some solutions but they all need the styles to be applied globally since the modals live outside of page components. But if I...
View Article