I need to use this JS library in my angular 2 project this question may be duplicate with me , but no answer worked for me I tried to include the library as script tag in my index.html page It always does not see it http://localhost:8100/Pra...
I have work on the project on Ionic 2 and I have implemented the map so far, but I can not get out of that point. I needed to be shown the way I should go in order to add Google Place and Autocomplete to the project. What can I do? HTML: <ion-r...
How do I manually position a popover in Ionic 2? I can't set the position in a css class, since the popover controller sets the position with an inline style....
I am trying to run an Ionic 2 Application. I am getting following error on running ionic serve build dev failed: Cannot set property 'fileSystem' of null The complete log is as below: ? ionic serve...
After reading everything I could find, and failing, I must ask here: I am trying to use ionic2's Storage, just like the doc tells me to, doc: https://ionicframework.com/docs/storage/ here is my Code: app-module.ts import { BrowserModule...
What is the event to handle "enter" or "go" keyboard key on an input? The input is not used within a form. So clicking on it will not "submit". I just need the event. (Running android + Ionic 2 on Beta 11)...
I use this plugin to have local notification : https://github.com/katzer/cordova-plugin-local-notifications/wiki/03.-Installation I want to have a specific icon in my notification. It is located in my /www/assets/images/ folder. I try this way but...
I am using ionic 2 framework and I have tried using local storage to store a network status this.local = new Storage(LocalStorage); this.local.set("status", this.status); There are 2 values that, "Strong" and "Weak" that ca...
In Angular 1.x and Ionic 1.x I could access the window object through dependency injection, like so: angular.module('app.utils', []) .factory('LocalStorage', ['$window', function($window) { return { set: function...
I'm having trouble moving my Angular 1 JavaScript service to a Angular 2 TypeScript service using http to make a CORS request (this is using Ionic version 2). In Angular 1, I do something like this. angular.module('app.services',[]) .fac...
©2020 All rights reserved.