Capacitor: Removing IDFA via CocoaPods
Submitting my iOS build for review, I get the familiar error: Your app is using the Advertising Identifier (IDFA). You must either provide details about the IDFA usage or remove it from the app and...
View ArticleIoinic 5 - java.lang.RuntimeException: Unable to instantiate application...
Your targeted file paths are not the same: file=“app/src/main/AndroidManifest.xml” file=“AndroidManifest.xml” chris
View ArticleIoinic 5 - java.lang.RuntimeException: Unable to instantiate application...
Chris, which one I need to use file=“app/src/main/AndroidManifest.xml” OR file=“AndroidManifest.xml”
View ArticleIonic tabs with custom button at center
@Rashadab Please visit this link Here for the complete guide
View ArticleError deploy in apple
thanks for your answer but I have updated capacitor and quite the cordova plugin but it still keeps giving the error when deploy
View ArticleiOS App stuck at white Screen after SplashScreen
Same problem here, @Sunny595 have you find some way of running Firebase and not get the white screen? @EinfachHans how can you use firebase on ionic and WKWebView? Thank you
View Article[Solved] Ionic 5 - Custom Page Animations
Hi yes, and your example worked, but what if I want to specify different animations depending on the page I am loading. Like Page 1 slides in from left, Page 2 slides from bottom and etc. Edit: I just...
View ArticleCapacitor/Cordova Splash Screen delay?
Have you tried dismissing the splash screen in your actual page ionViewWillEnter, within a 100ms setTimeout function, instead of the app.component.ts? That might do the trick. Otherwise, take a look...
View ArticleData storage offline
@JosephOR…just stumbled across this, and I thought I would mention that I have converted all of my apps that utilize off storage from the ionicStorageModule to use Capacitor::FileSystem instead. I...
View ArticleIon-content rendering with ion-tabs and ion-header
I have a basic 3 tab page that I’m trying to build out using Ionic 5 and Angular 8. I route each tab to the appropriate component using angular’s routing module. All 3 of these tabs will have the same...
View Article"Invalid Bundle. The asset catalog at 'Payload/App.app/Assets.car'
I am using Transporter 1.1.1 to push an IOS11 ipa I am getting this error: ERROR ITMS-90596: “Invalid Bundle. The asset catalog at ‘Payload/App.app/Assets.car’ can’t be processed. Rebuild your app,...
View ArticleApple §4.2 Minimum Functionality
@ThomasGuettler Hi, contact me directly. I understand what you’re saying. I’m sure I can help you and we can work it out to give you the update flexibility you’re looking for. Cheers.
View ArticleIframe not working properly in Iphones
I tried debugging but when I press developer>my iPhone>my app, a window pops out which is the dev tools, suddenly few seconds it disappears again and I can’t find it.
View ArticleIos 13.4.1 connection problem
all is well in connected 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 ArticlehardwareBackButton not working in ionic5
Hi. you can use the following event backButtonEvent() { document.addEventListener(“backbutton”, ()=>{ console.log(“back button”); }, false); }
View ArticleHow to pass data from 1 page to another using navigation in Ionic 4?
can I know where does the this.sub come from?
View ArticleDatabase Connection heidiSql in Ionic React
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 only.So kindly...
View ArticleApple §4.2 Minimum Functionality
Hi Daveshireman, thank you for trying to help here. Please share your knowledge here, this would help me and many other people.
View ArticleIonic Screen Density
How to get screen display density like display matrics in android? what is the way to find sreen density in ionic?
View Article