Content overlaps in StatusBar when without Toolbar
Hello, I’m facing a small problem and I can’t believe I don’t find a clean solution for this when browsing the forum (maybe my search queries are all wrong?). I’m building an app with Ionic, React and...
View ArticleIonic react Appflow live updates not working
If you have line like j.put("updateMethod", getStringResourceByName("ionic_update_method"));, it means that your string.xml must have the value with key ionic_update_method not ionUpdateMethod. The...
View ArticleIntegrate jitsi
Jitsi Community Forum - developers & users – 9 Jun 20 JITSI integration documentation with IONIC I created the Jitsi server on AWS, that’s ok, now I want to incorporate Jitsi in our application...
View ArticleHow to Stop IONIC Reverse Engineering
This is considered over engineering. chances someone will steal your app are very slim, no one will want to go through the headache of reverse engineering an app.
View ArticleError: Cannot activate an already activated outlet
Hello, it shocks me when I’m running on Android platform the app with ionic 4, it works perfectly, but when i run it with --prod (i dont have any configuration on prod, only by default) or when i do...
View ArticleIonic react Appflow live updates not working
I tried the live update with another ionic app, I worked, I have it on background method with 30 background duration. what happens is, it take a while for the update to take effect. when is the exact...
View ArticleIs not an iOS AdHoc profile
Howdy, I have an old JQuery Mobile application that I’m trying to migrate from PhoneGap Build to AppFlow. I’m selecting “Ad Hoc” for the build type and I’m getting this error “…is not an “iOS Ad Hoc”...
View ArticleDetect gps spoofing in ios
I want to avoid my app to run if gps locaions are being spoofed in ios.Are there any plugins that I can use ? In android I know developer mode needs to be enabled to do use a mock location app....
View ArticleCommand failed with exit code 65 - Cordova-ios 6.1.0 and Angular 9
Hi @zeTechMoy, I’ve found problem was caused by webview not being in latest version. I was able to solve my problem by updating the cordova-plugin-code-push to 1.13.1 (as @ludufre said) and then...
View ArticlePage transition with black glitch
Glad you got it working. You can actually simplify that last line if you want to: <Redirect exact from="/" to="/dashboard" />
View ArticlePage transition with black glitch
mirkonasato: <Redirect exact from="/" to="/dashboard" /> For some reason this didn’t work and broke the navigation. But I’m ok with the other solution
View ArticleInternationalization in Ionic 5
kk-at-cbx: What if I use built-in Angular i18n in mobile? As it is compile time translation so if this affect the mobile performance or behaviour? I would assume it would be faster, but probably not...
View ArticleHow to Stop IONIC Reverse Engineering
jonathanrojas20: I support this topic. Popularity doesn’t change the laws of information theory. When you release a computer program for other people to run on devices outside your control, anything...
View ArticleHow to convert bloburl to image? Help me please
Again, why round-trip to base64 and back? getPhotoBlob(): Observable<Blob> { return from(this.camera.getPicture({destinationType: CameraResultType.Uri})).pipe( map(camphoto =>...
View ArticleAndroid Floating Window and Scan
Hello, I like to implement an app which is scanning the screen and analyse the resulting picture. I found an old community discussion with the result, that it is not possible. Has the situation...
View ArticleIon-icon with routerLink?
I want to have ion-icon next to my ion-title The problem is I also want to ONLY attach a routerLink to ion-icon If I do it this way: <ion-item routerLink="/home/"> <ion-icon...
View ArticleOpen login page and go back with refresh
Can you post enough code to reproduce the problem, along with a clear description of the difference between what happens and what you want to happen?
View ArticleHow to convert PDF file to base64 string in ionic
Can anybody here explain why they want to do this?
View ArticleIonChange triggers automatically
mahindar: The change event should be triggered only when the control is toggled by user interaction, not when we set it value in ts code. While I agree that having the framework enforce this guarantee...
View Article