Weird google map error! can't pass new google.maps
@pdj wrote: alert("creating map"); location=new google.maps.LatLng(37.5665,126.9780) alert("!") it’s weird. It works very well on chrome but not on real device. android. it alert creating map well but...
View ArticleIonic ngx translate
@EnzoDLP wrote: Hi, I am currently using ngx translate which works very well in html with “{{‘try’ | translate}}” and the file en.json “” try “:” test “” however I can not to use in the TS, for an...
View ArticleVideo Stream Plugin
@felix9607 wrote: Hey there, what is the best way to implement a Video stream between two Person with Ionic 3? I searched the Internet and found stuff like RTCMultiConnection but I had Trouble to use...
View ArticleFlow for debugging ionic components
@HugoHeneault wrote: Hi there, I’m looking for a functionnal flow for working on ionic components. It should: Allow ionic components editing in typescript Inject this modified components in a current...
View ArticleHow to access ion-tabs component in ionic3?
@aparna19 wrote: As guided in @ionic documentation I am using @ViewChild(‘mytab’) mytab:Tabs to access my tabs as shown below: <ion-tabs class=“tabs-icon-text” #mytab selectedIndex=“0”>...
View ArticleIONIC 3 joining two nodes of the firebase and returning a FirebaseListObservable
@VagnerSabadi wrote: I would like some help from you. I need to fetch an id inside a node in the firebase and use that id to access another node that would fetch a FirebaseListObservable and return to...
View ArticleGet http status : 0 when using GET method?
@ThunderBirdsX3 wrote: I got this error. {"_body":{"isTrusted":true},"status":0,"ok":false,"statusText":"","headers":{},"type":3,"url":null} When try to get data from local server. I ever got problem...
View ArticleIonic 3 slides
@jimmywutang wrote: has anyone figured out how to get more than 1 ion-slide on your view page without them interfering with each other i.e when i try to swipe through the first slide it affects the...
View ArticlePlease update @angular/cli. Angular 5+ requires at least Angular CLI 1.5+
@anton_klochko wrote: After update Ionic to Ionic 3.9.2 I receive the error when building with --prod flag (ionic). Could anyone suggest please, how to fix this ? @ionic/cli-utils : 1.18.0 ionic...
View ArticleRefactoring repeatable code
@ashley_shookhye wrote: Dear All, I have this specific code that I have to include in each component before transitioning to each page. Basically I need to check whether the JWT has expired or not....
View ArticleGet image from url
@Hanzo wrote: Hi, I’m trying to represent an image into the UI of my app. This is the code of my request service: requestBlob(url): Promise<any> { if (this.connectivityService.isOnline()) { let...
View ArticleHow to implement slick slider in ionic 3
@akhilsanker94 wrote: Hi, I need to use slick ,center mode, slider in my project and also to get the json datas of the current active slider image. Also next and previous images should be seen on...
View ArticleIonic 3 ion-slide issue with loop true
@kamakshi wrote: Hi Team, Facing issue with loop true, when i use this property , slide images and bullets (pager dots) are not updated accordingly. Posts: 1 Participants: 1 Read full topic
View ArticleIntegrating ionic 3 module inside ionic 1 project
@aks257 wrote: I have a existing ionic 1 project, in which i have to create one extra module in ionic 3 / ionic 2. Currently I am coping my whole “www” folder from ionic 1 manually into my ionic 3’s...
View ArticleLoops on Ion-HTML page
@pendora7 wrote: Hey, I have a JSON URL from which i am getting the below data, . I want to print “qhtext” once and it’s “qotext” below it. (Heading and it’s options) . Here is my code, I am using...
View ArticleAngular 5. Error: ./node_modules/rxjs/observable/BoundNodeCallbackObservable.js
@anton_klochko wrote: Hi all ! Could anyone suggest please … how properly in Angular 5 use RXJS operators ? I can not build my app. Error: ./node_modules/rxjs/observable/BoundNodeCallbackObservable.js...
View ArticleChange ionic range slider to vertical orientation
@mbahojlo wrote: I’m using this tutorial: How to change ionic range slider to vertical orientation The range slider is just a styled html range input. You could either use css Or look for an angular...
View ArticleIonic image animation
@jeelani wrote: How can i implement the following animation into my ionic app when i swipe or change images codemyui.com Iron Filings Magnet Image Transition Effect I have no idea what to call this...
View ArticleConcerned about peerinvalid errors
@newelementdesigns wrote: I’ve been seeing these errors a lot lately (after updating to 3.9.2). Should I be concerned about them or ignore? npm ERR! peerinvalid The package @ionic-native/core@3.12.1...
View ArticleError when trying to create log in/register page
@Granero0011 wrote: Hello, I am a beginner at ionic and I am trying to create a log in and a signup page using a firebase database. I am currently facing multiple errors I can’t get around with....
View Article