sapabg
sapabg
Make sure you are not sending any additional headers with your request. I had the same problem because of my JwtInterceptor adding 'Authorisation' header to google requests.
Any ETA?
importing IonicModule (without .forRoot()) worked for me... only in app.module I have .forRoot() all the other modules just IonicModule. FYI I am having a modal and it works. Cheers!
I am testing it with the example at https://stackblitz.com/edit/ionic-selectable-basic?file=pages/home/home.html When you remove the [(ngModel)], add the placehoder and set the items to an empty array: the placeholder is not shown....
I could not make it work by just importing the theme in my styles.css file but I was able to make it work by createing an scss file in my...
You need the type to be "time" in order to use that format (HH:mm).
I think that no matter what you show in the field it will always return a Date() object when you submit it. The type property only defines what to be...
I am having the same issue - ion-datetime is outside the screen. Ionic 5.36, ionic/angular 6.0.8-dev.1644430127.1b9bb92 (because of the bug that broke FormControls with email and number types, if it...
> I used Modal to show datetime calendar to overcome this issue for now. check this Video skip to 13 Minutes: https://www.youtube.com/watch?v=iq_XIPml9_M Thanks! I really prefer the popover tho. This...
> > > I used Modal to show datetime calendar to overcome this issue for now. check this Video skip to 13 Minutes: https://www.youtube.com/watch?v=iq_XIPml9_M > > > > > >...