When trying to build my app via XCode, I get an error in file...
I was getting same issue after adding Firebase analytics. Resolved this by adding #import <FirebaseCore/FIRApp.h> in #import “CDVGoogleAnalytics.m”
View ArticleUnable to run ionic old project: Cannot find name ‘bigint’
BigInt support was added to TypeScript 3.2. Maybe changing "typescript": "^3.1.1" to "typescript": "^3.2.2" in devDependencies and running npm install again will solve your problem.
View ArticleIon-menu are there events for opening and closing?
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged)
View ArticleHow can I disable copying content from the app?
The requirement is to disable copying anything from the app to the clipboard. Is there a way to achieve this ?
View ArticlePreview App Error
Hi Would anyone know why I get the error “The web preview for this build has expired” when trying to preview an app? Thanks Mark Capture1130×1060 21.5 KB
View ArticleGetting email from apple store after publishing app on UIwebview
I tried all possible ways but i still keep getting email from apple rejection of the app submission
View ArticleGetting email from apple store after publishing app on UIwebview
Make sure all your cordova plugins are updated, and make sure you are using cordova-ios of version greater than 6.1.0. Additionally, after opening the project in xcode, search for ‘uiweb’, see if you...
View ArticleGrouping Capacitor local notifications
Hi, I would like to use local notifications in my app to send reminders to the user for different subjects such as reminders for workout, sleep time and meal time. Now when creating the local...
View ArticleLoading indicator when Lazy Loadding Ionic component (ion-item, ion-fab, etc)...
Ok, Firstable i am talking about a web site using ionic, like a PWA, running in a public network, hoting in a web server, not about a native app, where everything is local storaged. I know how to show...
View ArticleCan you use React Native + Ionic Components?
Hey guys, I have an old app of mine that I built in 4 months with React Native, simple. I’m currently using react-native-paper for the UI, but I want to ask if It’s possible to use ionic components in...
View ArticleHow can I disable copying content from the app?
If your goal is to stop the user from selecting any part of text or image so that he is not able to copy it, then you could try .noselect { -webkit-touch-callout: none; /* iOS Safari */...
View ArticleIonic 4 ios build "You cannot run cocoapods as root"
Permission of folder ‘ios’ in platforms/ios. Try unlocking it and then click settings icon and then select ‘Apply to enclosed item’. Then open terminal and navigate to platforms/ios/ and then type pod...
View ArticleUnable to call ion will remove /ng on destroy using ionic 5
here i have sample project in which i am testing the ionic lifecycle in that i observed that i unable to call the ionic lifecycle hooks ionViewWillLeave(),ionViewDidLeave(),ngOnDestroy() below is my...
View ArticleGoogle Map rendering on laptop but not on mobile in Ionic app
I am trying to display Google Maps in my Ionic app & center on my current location. When I run this on my laptop, it displays as expected. But when I try to run it on my mobile device, the map...
View ArticleGoogle Map rendering on laptop but not on mobile in Ionic app
have u gave permission for getting geo location ?
View ArticleClearText Communication Not Permitted
Hi, Anyone help me to solve following issue. status: 0, statusText: ‘unknown Error’, ‘HttpErrorResponse’, ‘message’: ‘Http failure response: 0 unknown error’,
View ArticleMaximum app flow updates reached in production
We are currently completely down in production because we have reached a maximum update limit for our account. I am unable to contact anyone from Ionic to help. Any ideas? Rob Gore Director of Mobile...
View ArticleHow to disable the Keyboard shrink view in android?
Chiming in almost a year later, is there anyone with a solution?
View Article