More Documentation for creating Capcitor Plugins
Hello, Is there any documentation or tutorial on creating advanced capcitor plugins. For example: GitHub - capacitor-community/camera-preview: Capacitor plugin that allows camera interaction from HTML...
View ArticleSign in with Apple and get email address
I integrated sign in with Apple but probably Apple not return Always email address and user info. My app needs of email ti complete login flow. I get jwt token. How can i decoder It and get user...
View ArticleBottom align ion-note or ion-buttons in ion-item with stacked label?
When using a slot end on my ion-note or ion-buttons inside my ion-item that uses a stacked label with the input, the note or buttons are aligned to the top. Is there a way to easily bottom align them?...
View ArticleNative share drawer?
Please describe the question in detail and share your code, configuration, and other relevant info. Does anyone know if Ionic/Capacitor has support to use the sharing drawer that is so common in a lot...
View ArticleApp getting stuck after migrating to new Apple device
We have an app running nicely using Angular & Ionic - we’ve noticed that when we transfer the App to a new device when setting up, it refuses to move past the initial splashscreen. We think it may...
View ArticleUnable to get real-time logs for cordova app running on iphone simulator
Rather strangely I’m finding it difficult to get real-time logs for my cordova app in the iphone simulator. Is this a known issue? I’ve tried opening the emulator’s system log but it doesn’t show my...
View ArticleLooking for a Ionic and Angular+Laravel developer
Development of modules and components for the No-code platform It is necessary to develop an online chat module We use Laravel and Angular in the backend, mobile applications are generated by our CMS...
View ArticleLooking Ionic developer (freelance)
We looking Ionic developer for integrate RUTTER API into our NoCode Mobile Application Builder CMS. We use Laravel and Angular in the backend, mobile applications are generated by our CMS under the...
View ArticleHow to hide AM/PM for ion-datetime type "time"?
Hi, I have difficulties with a new ion-datetime in Ionic 6. We used ion-datetime with displayFormat=“HH:mm” to allow users set some duration. But in a new version displayFormat is not available...
View ArticleMigrating cordova project to capacitor stopped OneSignal to work
I have a fully functional ionic + cordova + oneSignal project, the push notifications are correctly received by the device and handled inside the app Now I migrated to Capacitor, following the...
View ArticleDisplay Ionic modal inside browsers fullscreen mode
Hello! I am using Ionic Angular together with @videogular/ngx-videogular - npm in order to display video in my app. The video player can be opened in fullscreen mode with the help of the browsers...
View ArticleYour account information was entered incorrectly. (-20101)
I’ve created a brand new App and created all the certs etc. In AppFlow my Dev builds work ok but when I try to automatically deploy to the App Store (iOS) I get this error: [11:42:03]: Successfully...
View ArticleSIP Application
I want to implement a sip client that can receive the call or can make a call using sip server. Is there any library available for the same? [Please note I don’t want to use WebSocket for this] 1 post...
View ArticleIonic build --prod giving many errors
Hi all, This just started happening today. I’ve done this a hundred times and I don’t think anything chaged on my system. I build a brand new ionic application using ionic start. As soon as I start it...
View ArticleCompressing gif before upload
Hi, I have an app that should upload a gif image to a small embedded device which accepts only small media files (< 10kb). I’m building an app which the user can select the gif but then the app...
View ArticleHow to fix this error in Ionic SQL LITE
i used this function to get rows count CountPanier() { return this.dbInstance.executeSql(`SELECT count(*) FROM ${this.db_table}`).then((res) => { this.count=res; return this.count; }); but i have...
View ArticleLooking for a React & Capacitor Developer (remote)
We’re Hiring a Front end developer at Vert.run Check all the info and apply here: Notion – The all-in-one workspace for your notes, tasks, wikis, and databases. 1 post - 1 participant Read full topic
View ArticleOn clicking the , The scroll-bar goes to the bottom of
Hello everyone, I am using the <IonBackButton /> on a page, and when I click on it to return the main page who is an <IonList />, the ScrollBar goes automatically to the bottom of the...
View ArticleIonic White screen of death on iOS but not on android
I made an app with capacitor and react, the andoid build works perfetly, but when I try to make the iOS build on xcode, I get the white screen. I’m confident the code works because the android build...
View ArticleSet timeout for HttpClient
I need to manage timeout of all backend request. This is my code… ... var httpHeaders = this.getHeader(); return this.http.post(httpUrl, JSON.stringify(data), httpHeaders); I tried to use timeout...
View Article