Create new app with JavaScript instead of TypeScript
I know this subject has been brought up before, but I just want to add my +1 to this: It would be really nice if there were an option to create new apps with JavaScript instead of TypeScript. I’ve...
View ArticlePlease Recommend a Rich Editor that works well with Ionic iOS app
I implemented ck5editor in Ionic Angular, it runs well on android but gives the error below on iOS 2020-12-08 00:11:07.170635-0800 App[3239:115372] API error: <_UIKBCompatInputView: 0x7fbb32428760;...
View ArticleCordova Plugin via Ionic Vue to iOS
I’m an absolute beginner in using Ionic and I am trying to build an app utilizing geofencing. I used the Capacitor instructions to add cordova-plugin-geofence and @ionic-native/geofence to my...
View ArticleRouterLink/AddEventListener not working with SafeHtml
Hi, I 'm creating an app with Notification, I stored them with a text like : $name like your photo When the App loads the notification it parse it before display it. My goal is to add some link to the...
View ArticleResuming Infinite Scrolling after navigating away from and back to a Page
I’m currently developing a mobile application using Ionic and React. The application pulls some posts from a WordPress API and displays them in a list. I’m using IonInfiniteScroll to continue to load...
View ArticleApp Store Rejection 4.2 - Design: Minimum Functionality - (my first after 2...
Has anyone dealt with this before? Any Advice? I am currently using several native features such as push notifications and opening links directly into social apps and navigation apps. Note that I use...
View ArticleIon-toolbar color issue on iphone 12
Newer iphones that have the curved extra piece of screen at the top are causing issues for me for one of my pages. All my other pages work fine. I have provided a screenshot from the emulator of one...
View ArticleIon-content background image flashing on newer iphones
I originally wrote this code a over a year ago. Now it causes a fullscreen white flashing of the background when the screen is touched anywhere (textbox or background) if used with iPhone X or later,...
View ArticleHow to create multiple polygons by passing arrays of lats and longs
I am making an app in which admin will mark a location like a polygon and the coordinates will be saved in firestore On user side the polygon will be shown by passing values from ts file This is how i...
View ArticleHow change width of Menu-Toggle component
I want to change width of menu-toggle component, I haven’t seen how to do. 1 post - 1 participant Read full topic
View ArticleMultiple polygons from arrays
I want to draw multiple polygons with lats and longs on one map page this is how i am currently doing drawingWithcoordinates() { var polygons = []; var map; var bounds = new...
View ArticleBest PC Security offering DG Cart Solutions
Looking to Renew or Buy your antivirus from reputated brands and companies? DGCart is Independent online Ecommerce store its vision to help customers to buy or renew norton antivirus as per their...
View Article[Android] content:// to file://storage does not get resolve
When you take pdf anyother file from download you get URI with content://. So in order to resolve i use this package to get file URI path https://www.npmjs.com/package/cordova-plugin-filepath It...
View ArticleAngular dynamic components issue in production mode (Aot)
Dears, we have to compile and load Dynamic Components… works in dev but in production mode (AOT enabled) we get the error “template must be a string”. APp config: “@angular/core”: “~9.1.6”,...
View ArticleIonic start: Deprecation warning, outdated templates, versions?
I am just getting started with Ionic, Vue 3 and Capacitor. To get a feel I started the tutorial at https://ionicframework.com/docs/vue/your-first-app. My setup is currently like this: Ionic: Ionic CLI...
View ArticleHow to show the whole content of IonContent in IonModal
Hi all This is probably a very Ionic beginner question: When I’m using an IonContent-block within an IonModel I would expect that the IonContent uses the whole height of the modal. To test it I...
View ArticleHow to work with ion-infinite-scroll after upgrade v3 to v4?
Hi Dear, I am recently updating an app in ionic v3 version to v4, I have a problem loading data and a modal component, which previously works perfectly in ionic v3. When using the push method, data is...
View ArticleLayer of ion-tabs covers entire screen
Hello , i am using Angular with Ionic i am using ion-tabs . ion-tabs container , covers the entire screen if you hover your mouse over your screen while inspecting (using element inspector) you can...
View ArticleIonic serve: [ERROR] ng has unexpectedly closed (exit code 127)
Hello, I’m getting the error you see in the title when running ionic serve. The app is on github in a working state. I tried to add the QRScanner Capacitor native plugin for Android, ios and Electron....
View ArticleUpload captured audio to Firebase Storage
Hi community, I am trying to upload to Firebase Storage audio captured using MediaCapture, converting the MediaFile to blob, but when I read the file using readAsArrayBuffer or readAsDataUrl the...
View Article