Questions tagged [ionic6]

278 questions
2
votes
0 answers

Ionic 6 Angular ion-datetime picker width

I am trying to adjust the size of the time columns/buttons in the new IONIC 6 timepicker: The generated HTML/css is as follows: It should be as simple as setting the min-width property on the ion-picker-column-internal, or by setting the width of…
De Wet van As
  • 904
  • 8
  • 27
2
votes
0 answers

Setting IonDatetime default value while using watch function from react-hook-form

I'm building a form using Ionic 6, React 18 and react-hook-form 7.37.0. My form includes a field where a datetime needs to be set, which is implemented with IonDatetime. Using minuteValues parameter I limit the user to select minutes values in 5…
fa__
  • 267
  • 5
  • 17
2
votes
2 answers

Capacitor IONIC 6 : Local Notification scheduling every day and on particular time

I would like to schedule a Local Notification every day at a particular time. According to capacitor docs https://capacitorjs.com/docs/apis/local-notifications I have implemented it, the following pattern. LocalNotifications.schedule({ …
2
votes
1 answer

Getting Error 403: disallowed_useragent on Ionic Capacitor InAppBrowser google login

When I try to click the google login on my App it redirect me to another page with the Error 403: disallowed_useragent. I just add overrideUserAgent setting value "Mozilla/5.0 Google" in capacitor.config.ts but it doesn't work. Follow…
2
votes
0 answers

Is this an Array of Object BUG? Ionic v6 React

As the image shows, it only renders one array of objects. How to reproduce: Create a Blank Template and paste this code on ExploreContainer.tsx: import { IonCard, IonCardHeader, IonCardSubtitle, IonCardTitle, IonCardContent, } from…
Maya Rahto
  • 49
  • 1
  • 5
2
votes
1 answer

Ionic 6 Error: Uncaught (in promise): TypeError: resolver.resolveComponentFactory is not a function

I recently updated my ionic 5 Project to Ionic 6 and keep getting this Error when i run Ionic Serve. Im not even sure where to look for the error because it worked before.
Huxel
  • 106
  • 9
2
votes
1 answer

Ionic 6 iterate form localstorage

Hi there guys i fetch form my Laravel backend a object with some devices associated to logged user. I store the data into my Ionic localstorage in this way: login(user: User): Observable { return this.http.post(`${this.apiURL}/login`,…
rubenSousa
  • 261
  • 8
  • 23
2
votes
1 answer

ionic 6 capacitor cannot change the app version on android

I am using Ionic 6 and capacitor in a project. In the config.xml file I have: When I try to change it to:
zaknio55
  • 61
  • 7
2
votes
0 answers

Getting android:exported error even if it exists in AndroidManifest.xml

After I installed cordova-plugin-x-socialsharing plugin into my ionic cordova project I am getting the below error when executed build command: > Task :app:processDebugMainManifest FAILED D:\Project\@Codes…
2
votes
0 answers

Are there way to replace User-Agent in ionic?

The plugin that was originally used seemed to be disabled in ionic 6. If anyone knows how to do it, please let me know. https://ionicframework.jp/docs/native/user-agent/
spp
  • 33
  • 3
2
votes
1 answer

Tab Bar not displaying on Mobile Browser when using AWS Amplify Authenticator with Angular

I am building an app with Ionic 6, Angular 13, and using AWS Amplify Authenticator. I have successfully implemented this but the issue I am running in to is that the tab more does not render on mobile browsers. I added the amplify authenticator…
2
votes
0 answers

Ionic play HLS stream in background with Media Controls on Android

I’m building an app in Ionic 6 which needs to play an HLS stream. When the user hides the app (to the background) the stream needs to continue playing. Preferably with the possibility of using the media controls. For iOS, this isn’t a problem. I can…
Sjors
  • 1,205
  • 1
  • 8
  • 24
2
votes
1 answer

Ionic and Amplify Storage GRAPHQL_AUTH_MODE Error

My current setup is: Ionic, Angular, AWS Amplify (GrapghQl, DynamoDB, Authenticator, and Storage) I had everything working until I added Storage following the instructions here. After I installed Storage and I tried running my app using Ionic Serve,…
iamthestreets
  • 733
  • 1
  • 15
  • 38
2
votes
1 answer

Ionic 3 to 6 Upgrade

We need to update a legacy Ionic 3 project into Ionic 6. Ionicframework has a migration guide from 3 to 4, 4 to 5 and 5 to 6. But the most challenging is migrate 3 to 4. Migration from 3 to 4 ionic start myApp tab It creates a blank project in Ionic…
Ikhan
  • 41
  • 1
  • 3
2
votes
1 answer

Error: Module Error (from ./node_modules/postcss-loader/dist/cjs.js):

Am using ionic/angular version 6, but the image that I have set as background picture is fail to be loaded from the assets folder, the path to the image file is correct. --background: #ccc url("../../assets/images/background.jpg") no-repeat center…
1
2
3
18 19