Ionic native local notifications not working on iOS 14
@ionic-native are just a set of typescript wrappers around cordova plugins, but they don’t include the cordova plugins. So if you install @ionic-native/local-notifications, it needs...
View Article'openURL:' is deprecated: first deprecated in iOS 10.0
Warnings are warnings, as long as the plugins work you shouldn’t worry too much about them. There is nothing you can do, unless you fork the cordova plugins and remove the warnings yourself.
View ArticleHow to safely delete duplicate packages?
Thanks, I’ll try that. Regardless, do the duplicates effect the jar size of the generated app, or is it simply an IDE thing?
View ArticleCapacitor V3: Plugin addEventListener and triggerJSEvent lacking and don't...
Capacitor V3: I’m trying simply to send an event from Android to JS. My plugin is working so far otherwise. Does anyone have a working example of just calling JS from Android, no params? Both of the...
View ArticleiOS Keycloak Login
Hi im not have solution, but i have same issue on Android. What of oidc client you use ? I try use redux-oidc based on oidc-client, but i have lot of issues with it. Thanx for response.
View ArticleListen to div inner Text changes
The general concepts introduced in the Tour of Heroes should be applicable to div elements.
View ArticleMaking friends out of TypeScript and Vue Developers
Weltraumdrache: Regarding any I had problems figuring out how to use the any type down the line in TS My advice is to avoid any as much as humanly possible. Weltraumdrache: I don’t even know how I...
View ArticleCapacitor Monorepo Questions
So strategy would be: Script that replaces all my Values ionic build npx cap sync So i can also wrap these steps in an AppFlow webBuildCommand as described here? I would replace: Splsh Screen &...
View ArticleCapacitor storage plugin not saving data locally?
I guess i missed with some capacitor configs that cuz this issue, I created another project and everything is working fine.
View ArticleI can not filter my fire base data with current user name or id :(
// iget all table data i need just the one how insert the order not all users order 2376×669 23.3 KB test376×668 7.09 KB this.fetchRamassage() let employeesRes =...
View ArticleAndroid Admob-Free set ADMob-ID in capacitor
Here is the solution stackoverflow.com Android Admob-Free set ADMob-ID in capacitor android, ionic-framework, capacitor asked by El Dude on 05:41AM - 16 Mar 21 UTC For some reason I keep getting...
View ArticleHow Do I Fix "unexpected element found in "?
I installed admob-plud plugin and I can’t build my android app. I have this error: Android resource linking failed [cordova]...
View ArticleHow Do I Fix "unexpected element found in "?
Tried to change build.gradle dependencies { classpath 'com.android.tools.build:gradle:4.0.1' } and gradle-wrapper.properties...
View ArticleHow to use ionic native HTTP to perform a post with body and header
Thank you. It helps me very well. Still work in 2021.
View ArticleHow to convert a data type file to blob in ionic
hi team, I bring you this query as the matter says. <ion-header> <ion-toolbar color="asid"> <ion-buttons slot="start"> <ion-back-button...
View ArticleError: The target entry-point "@ionic-native/sqlite" has missing dependencies
I’m trying to use SQLite in Ionic application I’ve installed: ionic cordova plugin add cordova-sqlite-storage npm install @ionic-native/sqlite in app.modules.ts: import { SQLite } from...
View ArticleA problem occurred evaluating project ':app'. > Unable to determine Android...
Please how did you resolve this? Getting exactly the same output.
View ArticleHow to become professional in selenium within 10 days?
I want to do a Selenium course by professional. Which will be the best site for achieving my goal or What is the best way to complete Selenium professional course within 10days.
View Article