Ios 13.4.1 connection problem
@khalilbhs wrote: all is well in disconnected mode the request sent without token after the connection I had an error message just for ios 13.4.1 “Request header field Authorization is not allowed by...
View ArticleDatabase Connection heidiSql in Ionic React
@Masuth wrote: I m new to ionic react .I want to know the details that how to configure the database using JavaScript method. Actually i referred google for that result tey have given in typescript...
View ArticleIonic Screen Density
@vignesh-R wrote: How to get screen display density like display matrics in android? what is the way to find sreen density in ionic? Posts: 1 Participants: 1 Read full topic
View ArticleDisable livereload on ionic 4/5
@DeveloppeurArg wrote: Please, how to disable livereload in the ionic 4 application. To not reload the browser each time the project is saved. I try ionic serve --no-livereload ionic serve -livereload...
View ArticleUsing plugin in service vs in page as best performance
@ebeliejinfren wrote: Hello for using some plugin like Social Sharing or Storage , … we can use them in page or use them in service and call from page. i want to know which scenario is more...
View ArticleInapp browser post data
@mehraj786 wrote: hi can someone know how to pass form data to inapp browser url in ionic 4 Posts: 1 Participants: 1 Read full topic
View ArticlePlatform iOS 3.4 no detect
@hugo75 wrote: Platform (@ ionic / angular) does not detect the platform for ios 3.4 (tested on ipad ios 3.4 emulator) Posts: 1 Participants: 1 Read full topic
View ArticleScroll position bugs
@KevinB1 wrote: There are 2 big bugs with scroll position in Ionic: Bugs When going back, the previous page always starts at top, instead of remembering the old scroll position When going to a next...
View ArticleRun a Background Service every Xmins to get User's Location Firebase
@AshleyDerek wrote: I want to run a background service when the app is in the background or even closed=killed. So the service basically gets the current user’s location every 10mins, checks it with...
View ArticleHelp Me to Import Material Design!
@eyad1994 wrote: I’m trying to importing the MDC (https://material.io/components/text-fields/) into the my Ionic 5 project and I couldn’t do that, also I tried to import this Angular-MDC and I failed...
View ArticleHow to use an ion-input type=file?
@JEricaM wrote: I’m using a ionic-starter-pwa and I would like to let the user upload some images. I’m a little bit confused about the doc Ionic Docs ion-input - Ionic Documentation Ionic is the app...
View ArticleIon-range value is always equal to zero
@ManelHK wrote: Hello all, I want to show the progress value in the ion-range but it’s always equal to the default value howerver the value retreived from the database is not usualy zero. Another...
View ArticleDoesn't asks for permissions on initial load
@divyasmehta wrote: I have an ionic project. I am deploying this app into android. I want to access device’s microphone for which I have added permission in AndroidManifest.xml: I have also added...
View ArticleUnable to resolve project :capacitor-android in android studio
@arjoglekar24 wrote: Hi, The gradle sync fails with the error Unable to resolve project :capacitor-android. Also this folder seems to be empty. Could somebody please provide the solution to this....
View ArticleStencil Electron net::ERR_FILE_NOT_FOUND
@johnwargo wrote: I built a Stencil app and when it was all done, I added Capacitor Electron to it. When I run the app: stencil build npx cap sync npx cap open electron The Electron container opens...
View ArticleButton is aligned right in the toolbar but the icon is not shown
@UnnatiPatadia wrote: Button is aligned right in the toolbar but the icon is not shown. Only white box appear. .html <ion-header> <ion-toolbar> <ion-buttons slot="start">...
View ArticleiOS capacitor Push Notifications not being received
@Simbaclaw wrote: Hi everyone, I’m trying to get an app with push notifications working. Everything seems to be working fine on androids part. However, when I send a notification towards the iOS app,...
View ArticleIonic 3 Native Audio Not Working After On DB Meter
@leongofcom wrote: I have a problem playing audio with native audio after trigger the db meter. The code work fine on android but not on ios. The audio can play and can set volume but after trigger...
View ArticleIonic 4 - Admob and FCM version mismatch
@kennedymca wrote: Hi, I am using FCM and Admob plugins, i am getting google services version mismatch issue, how to resolve this? Posts: 1 Participants: 1 Read full topic
View ArticleHow to use scrollToBottom with IonContent in React
@gaweleczek wrote: Hi, I’m building a chat app and I want to make sure that the user always sees the bottom of the list of messages. <IonContent ref={this.messagesRef}> and then I call this...
View Article