Execution failed for task ':app:compileDebugJavaWithJavac'
I’m using ionic-v5 Note: Some input files use or override a deprecated API. Note: Recompile with -Xlint:deprecation for details. Note: Some input files use unchecked or unsafe operations. Note:...
View ArticleUnable to POST image alongside text data using FileReader
Hi ! I’ve been struggling to upload picture with text data using an API with POST Method. For the form I’m using Angular’s FormBuilder. For the image selection I’m using Ionic’s Camera Plugin...
View ArticleWhat is Portable Screen? ADM Sneezeguards
These are the newest type of sneeze guards made available to the market in direct response to combat the 2020 COVID-19 pandemic . Portable screen sneeze guards improve upon the traditional sneeze...
View ArticleHow to read file? Lools like there is many approaches
It looks like there is a couple of alternatives for working with files… I did installation for Capacitor from here: Ionic Docs File API Plugin for Read and Write File Access on Devices The File API...
View ArticleHow to keep the radio button checked after app reload
I have a function that I call after clicking on a radio button. This function sets the location preference then reloads the app. ( the app has to reload as it brings up the secondary app depending on...
View ArticleReorder on long press in Ionic 5
I’m trying to reorder items using ion-reorder after long-pressing on an item. (I want to do it only after a long press because simply wrapping an ion-item with ion-reorder prevents you from being able...
View ArticleGood practices + improve performance
Looking on Google I find many documents talking about best practices and improving performance of Ionic PWA solution, but at the same time I see that some documents are divergent. Considering the...
View ArticleHow to usage webview with ionic-vue
How to usage webview with ionic-vue I have imports import { Capacitor } from '@capacitor/core'; and in methods webview(){ this.Capacitor.convertFileSrc("https://google.com"); } This don’t work Any one...
View ArticleCan not get observable from phone, but can from browser
Hi, Currently I have an app that was made using ionic 3, which was updated over a year ago. Today we wanted to push a new update to the app. We’ve updated some angular stuff and now there are loads of...
View ArticleAlert returning error on confirm to open modal
guys I have a question here, I’m wanting to open a modal when I click on “Eu Quero” in the alert, but it’s giving an error, what am I doing wrong? modalAssine(){ let confirm = this.alertCtrl.create({...
View ArticleAnnouncing the Ionic Framework v6 Beta
Originally published at: https://ionicframework.com/blog/announcing-the-ionic-framework-v6-beta/ Earlier this week I had the privilege of giving the Ionic Framework Update at Ioniconf 2021 where we...
View ArticleHow can I add dynamic class to .ion-page item in ngOnInit?
Hi! How can I add dynamic class to .ion-page item in ngOnInit? Thank you! 2 posts - 2 participants Read full topic
View ArticleGoogle Maps display the name of the marker
Hello, I added google map in my app … added the marker and cluster. Now I want to display always the name of the marker (not the info window). Is it possible to set the name unter the marker? Thank...
View ArticleProduct id/number scanner with ionic & Angular
Hello everyone I am trying to implement a product number scanner in my android/Ios application. So far I only found solutions regarding barcode or qr code. Which is not the solution I am looking for....
View ArticleWhite screen appears after splash screen before app loads
I am migrating my Ionic 5/Angular 12 project from Cordova from Capacitor and I am running into an issue with a few of my plugins when the app is starting up. In my app.component.ts file, I initialize...
View ArticleAssets path in iOS and Android and Emulator
Hello, I use different markers in google maps … I copy all in the assets folder and set the path in code. So far all was running fine, when I emulate iOS. But as I copy to my iPhone via Xcode, the...
View ArticleSign in with Apple ID
How to revise an app so the user is not required to provide additional information or take unnecessary steps after using Sign in with Apple 1 post - 1 participant Read full topic
View ArticleHow to implement Google Tag Manager in Ionic 3?
How to implement Google Tag Manager in Ionic 3? 1 post - 1 participant Read full topic
View ArticleIonic4/5 Detect Rooted and Jailbreak Device
I’m trying to use this cordova plugin but always return undefined. npm cordova-plugin-iroot Jailbreak/Root Detection Plugin for Apache Cordova and followed their answers here : angular - How to...
View ArticleIonic PouchDB + create document Error + Production build
Hello, I have used pouchDB as my local database in my project, it is working fine in the local machine and normal build, but when I am trying to build with –prod then PouchDB throw me this error. I...
View Article