Quantcast
Channel: Ionic Forum - Latest posts
Browsing all 230801 articles
Browse latest View live

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 Article


Submenu 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 Article


How 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 Article

Urgently 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 Article

Nested Menu in Ionic

okay i got it …thanks for your replay

View Article


Image may be NSFW.
Clik here to view.

How 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 Article

Submenu 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 Article

Submenu for sidemenu in ionic 3

it works thanks for your help

View Article


Image may be NSFW.
Clik here to view.

Floating 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 Article


Image may be NSFW.
Clik here to view.

How 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 Article

Image may be NSFW.
Clik here to view.

How 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 Article

Window.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 Article

Image may be NSFW.
Clik here to view.

Unable 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 Article


Condition 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 Article


Ionic 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 Article


How 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 Article

Thoughts about Capacitor

Hi reedrichards, have you tried it in a PWA? Camera source Prompt doesn’t really work

View Article

Image may be NSFW.
Clik here to view.

Segment only change after clicking on content

following , i face the same problem

View Article
Browsing all 230801 articles
Browse latest View live