Error: Requirements check failed for JDK 1.8 or greater
This really works. Thanks mate.
View ArticleGeofence plugin
abgran: https://github.com/abgrano/cordova-plugin-geofence I’ll try it Thanks for help
View ArticleHow to share image with capacitor share api
Hi everybody, I want to share an image with “share api” https://capacitor.ionicframework.com/docs/apis/share, i see that this api only has url or txt options to share, let shareRet = await...
View ArticleAdding "Authorization" header in get request
Hi , I am having same Problem. I am passing Auth Key to post method still getting no authorisation. Here is the sample code . getUserDetails(val) { var headers = new Headers();...
View ArticleError while building release apk
D:\softwares\projects\releaseApp\platforms\android\app\src\main\res\drawable-land-hdpi\screen.png: Error: The drawable “screen” in drawable-land-hdpi has no declaration in the base drawable folder or...
View ArticlePage with native Google Maps are values not displayed as expected
Found a workaround for my issue, but not sure this is the only way to do it? Please feel free to comment, if you would have done it differently. In map.page.ts have I added following: import { NgZone...
View ArticleOtp authentication in ionic 4
Try out duphlux.com I’ve built a fully functional SDK on this https://bitbucket.org/Ojhey/duphluxsdk/src/Public
View ArticlengOnInit event executed after ionViewDidEnter
I have a strange behavior in an ionic4 application, I will try to explain the problem although it is quite difficult to reproduce it. When the application (only occurs on Android) has been open for a...
View ArticleRuntime Error Object prototype may only be an Object or null: undefined
Hi, Did you solve it?
View ArticleAdMob with Capacitor and React
Hi, I have an app I’m building with Ionic 5, React (JS, not TS), and Capacitor. I’m looking for an AdMob library. I found https://github.com/leiche123/admob-example and...
View ArticleiOS 13.2 kill() returned unexpected error 1
Same error here. Only thing I could find is that it’s a WebKit Bug introduced with 13.2 and should be fixed in the next update. https://stackoverflow.com/a/58539626/825444
View ArticlePDF to base64
Hey everyone, I am having some difficulty on saving a pdf to a base64 format. I tested on web view (ionic serve), it went well but when I run it on my mobile phone(apk), it return file path instead of...
View ArticleIphone 11 pro stuck at compressing video
I am using the following code to get video from the library: const videoFilePath = await this.camera.getPicture({ sourceType: this.camera.PictureSourceType.PHOTOLIBRARY, mediaType:...
View ArticlengOnInitworks hectic with lazy loading
Thanks for the detective work. Now let’s help fix your concern - how can we get your app to do what you want it to without over-reliance on lifecycle events?
View ArticlengOnInit event executed after ionViewDidEnter
While you wait for better answers, whenever I run into a situation like this, I decide that I am relying on something that I shouldn’t, and try to eliminate that in my code. Is there any way you can...
View ArticleIssues with ion-text-wrap
ng-Chris: I can’t guarantee that the user defined questions are short enough for the labels. And ellipsis “…” are not an option without any ability to see the full text. Maybe you could check if the...
View ArticleHow can I read my phones notifications?
Yeah, there is a way to do that and it could have many functionalities. In my case I use a finance control app where it read’s my notifications from bank’s app, informing card usage and value, and...
View ArticleAuthentication object is exist, but when accessing the property value...
Case matters. loggedIn and loggedin are different properties.
View Article