Ionic v4 IOS Arrowmarker
Hi, I am using EnjoyHint js Library (https://github.com/xbsoftware/enjoyhint) with Ionic framework v4. It works well with chrome. On safari it isn’t not creating Arrowmarker. Please help me out to...
View ArticleERR_CLEARTEXT_NOT_PERMITTED in debug app on Android
If you see Error parsing XML: unbound prefix in your failed build report, then you’ll want to add the android namespace xmlns:android="http://schemas.android.com/apk/res/android" to the root...
View ArticlengOnInit event executed after ionViewDidEnter
Thanks for your reply rapropos. I tried that before, making my code not dependent on that events, but the main problem is that ngOnInit is not executed until I make any of the actions I said (scroll...
View ArticleIntegrating Ionic-Cordova with mative appa
Is it possible to integrate an Ionic-Cordova app into a native app?
View ArticlengOnInit event executed after ionViewDidEnter
josevavia: I am pretty sure that the problem is “side-menu” related Another thing to keep an eye out for is jumping outside the Angular zone. Are you using any plugins or external libraries that are...
View ArticleGoogle Maps Native and Web?
Does the Ionic native Google Maps plugin alao work for web, or would I need to write a separate implementation for web?
View ArticleIos physical device crashing when plugins in app are used
My issue is I am using capacitor on my ionic app with cordova plugins: cordova-plugin-fingerprint-aio and cordova-plugin-camera-preview and both of these are working as expected on the android...
View ArticleNotification not working when app is closed
hi every one i have an app where i need to send notification it’s working very fine on emulator but on device it’s not working … it works when the app is opened but when it’s closed it don’t show here...
View ArticleIssue with FormControl & Rendering
Open Chrome’s Developer Tools and look in the JavaScript console for errors. If my suspicions are correct, you will see an extremely descriptive message telling you exactly what is wrong and what to...
View ArticleHELP NEEDED | ionic cordova run ios --device problem on iOS 13
Still no solution for this? How do you deploy / debug apps for iOS 13?
View ArticleIonic v3 and SQLite
i am developing a mobile application with Ionic for a book that has a lot of content, grouping in several parts, subpart, title and chapter. I chose to use SQLite, and I’m looking for a way to load...
View ArticleIonic app upload to play store should be https api calls?
Hi everyone, I already upload my app to playstore, indeed I could download from the store but any endpoint is being called. I have all api call by http. Is it mandatory to use httpS calls when I...
View ArticleIonic 5 Video Player
I’m sorry for the confusion, yup, I want to add video player in ionic 5 angular 8. When I follow this tutorial https://enappd.com/blog/adding-video-player-in-ionic-4-app/64/ , I have trouble on "...
View ArticleIonic app upload to play store, any api call must be https?
I can’t answer your exact question, but IMHO there is no remaining valid reason not to use HTTPS, regardless of how you distribute your app.
View ArticleApp force quit with Barcode Scanner on device
Make sure your AndroidManifest.xml file has the right permissions in it. (platforms/android/app/src/main/AndroidManifest.xml). I had this same problem. Have a look at the plugin’s plugin.xml and make...
View ArticleIonic 5 Video Player
aida233: ionic not detect “@ionic-native/video-player/ngx” Is there any chance you failed to follow step 2 of the blog post you linked?
View ArticleIos physical device crashing when plugins in app are used
Run the application from xcode on your physical device. In the application go to the section where the crash is happening. Click the button and on xcode you should see the crash log. What does that say?
View ArticleAdMob with Capacitor and React
it doesnt matter that the examples are writting in angular, the plugin should still work in react
View ArticleDisabled Button
Hello, I got a problem when I want to disabled button. I want to disable only one button when I clicked on that. but it still disabled all buttons. Can u give me some solution? Thank in advance....
View Article