Unable to set click using javascript api for google map to be used in browser
hello, i want to get lat-long co-ordination when user clicks on map, but when i tried to do so i’m getting error like _this.map.on is not a function i have also tried this.map.one but still i’m...
View ArticleSubmenu for sidemenu in ionic 3
showing some error ERROR TypeError: _co.isGroupShown is not a function at Object.eval [as updateDirectives] (MyApp.html:58) at Object.debugUpdateDirectives [as updateDirectives]
View ArticleHow to solve app script issue
same issue , its my 3rd day fighting with it, still its not getting resolved- I have done npm install again, updated app/scripts , dont know what else is needed my error: Error: Cannot determine the...
View ArticleUrgently Needed Senior and Junior - ASAP
Hello @adjiwaluyo, Can surely assist you for your Hybrid app requirement, it would be great if you can join me for detail discussion on Skype. My Skype id is cis.am3 Regards, Frank J
View ArticleHow to set font-style and font-size for all pages in ionic 3?
First you must import Style at this path F:\Project\DemoApp\node_modules\ionic-angular\fonts Then add font into Variable.scss before @import “roboto”;(we get this as default ) @import “tradegothic”;...
View ArticleSubmenu for sidemenu in ionic 3
// add this in app.component.ts toggleGroup(group) { if (this.isGroupShown(group)) { this.shownGroup = null; } else { this.shownGroup = group; } } isGroupShown(group) { return this.shownGroup ===...
View ArticleFloating label overlaps with date input
Here’s my code: <ion-item class="signup-input"> <ion-label floating><ion-icon name="calendar"></ion-icon> Birthday</ion-label> <ion-input [(ngModel)]="birthday"...
View ArticleHow to create a project in Ionic v4
Never tried it but spontaneously I would say, to create a new project v4 with start, maybe you should also use the upcoming ionic cli? GitHub ionic-team/ionic-cli ionic-cli - The Ionic Command Line...
View ArticleHow to set font-style and font-size for all pages in ionic 3?
mohanbugganab: tradegothic Dear @mohanbugganab, Where I can download this “tradegothic” font related files ? Please advise Thanks Anes
View ArticleWindow.location.reload(true) creates two instances of objects/execution
I’m working on an Ionic 3 app with several plugins including cordova-googlemaps and cordova-geolocation. I would like to handle cases when my app is task switched and brought back from background,...
View ArticleUnable to get pushObject.on('register') by using pushObject.init() after...
Hello, Ionic : 3.20.0 I have implemented Push Notifications using Ionic-Native and used Phonegap Plugin Push. I am able to receive push notifications as well as unregister for push notifications. But...
View ArticleCondition Alert with NgFor
I want to achieve a popup if i get a null on my ngfor <ion-select interface="popover" [ngModel]="selectedKidId"> <ion-option *ngFor="let kid of kids"...
View Article[Capacitor][Solved] Newbie questions
Hi reedrichards, my app has both sidemenu and tabs. Currently, I am using this work around: .icon-inner{ display: none; } any side effect you can think of?
View ArticleIonic segment modal problem
i have ion-segment with 3 tabs <ion-segment [(ngModel)]="data.recType"(ngModelChange)="stateChange($event)"> <ion-segment-button value="s"> 1 </ion-segment-button>...
View Article[Capacitor] Anyone tried Camera in a PWA?
No sure it’s my issue or it’s a a bug. https://github.com/ionic-team/capacitor/issues/490 Can anyone try the example and see if you have the same issue? Thanks.
View ArticleHow to make div unclickable in ionic?
Hello, maybe I thinking to simple, but maybe add only an if clause with an flag variable to your rountine that handles your click event. if(myflag){ return; } Best regards, anna-liebt
View ArticleThoughts about Capacitor
Hi reedrichards, have you tried it in a PWA? Camera source Prompt doesn’t really work
View Article