I'm Trying to implement RSA Encryption in Ionic Project
I have installed and tried the node-rsa library when added node-rsa into constructor I’m facing the below issue [ng] BREAKING CHANGE: webpack < 5 used to include polyfills for node.js core modules...
View ArticleContent Scroll to point is automaticaly reset to top
Hi, I’m trying to use an actionsheet to scroll to a point inside a content but every time it is scrolling to the point, the scroll is instantly reset to the top. Basically, I generate different block...
View ArticleWhere is the UI Composer?
Perhaps I’m crazy, but I thought I remembered a UI composer for Ionic/Stencil, where I could drag and drop the components together, edit their attributes, and prototype a UI really quick. Currently...
View ArticleCapacitor camera quality
What I need to do is lower the quality of the images. Both those taken by the cameras or those loaded from the gallery. For that I change the following parameters width, height and quality const...
View ArticleObsolete state in useIonViewWillEnter
I have a problem with data coming from React Context being stale inside of useIonViewWillEnter hook. Example quasi-code: export function CustomerForm(): JSX.Element { /* STATE comes from Context...
View ArticleIonic 5 class .split-pane-visible
Can someone describe what the .split-pane-visible class is actually doing? I’m try to figure out how to animate the class when added / removed on a side menu that is contained in a split-pane… So the...
View ArticleIonic serve infinite reloading when no files changed
Current Behavior: When testing my ionic app’s build with the ionic serve command (after the initial compile and load of the app on the dev server) something is causing the app to recompile (similar to...
View ArticleFirebase snapshot from import module
Not sure if that subject even makes sense. So I’ve moved all my Firebase methods into a TypeScript file /src/hooks/firebase.ts based on a few examples I’ve seen from @aaronksaunders. Now the rest of...
View ArticleComponent not showing up in Pages
I have a profile banner component along with many other components in Components module and I am using the ComponentModule import in the page modules i am using. I have DashboardPage which in turn has...
View ArticleHow to add domain white listing in ionic capacitor app
I’m working on an app and using ionic 5, capacitor 2, and angular 10. for security reasons, I need to add domain white listing. So I modified config.xml file and changed <access origin="*"/> to...
View ArticleJest says getInputElement is not a function
I use Jest for unit testing. It works great. But one weird issue appears when using the getInputElement method on HTMLIonInputElement. It exists on browser. But not in Jest (jsdom,...
View ArticleFCM notification notification bar
Hi, can not go to the specific page on notification clicked when the app is killed/closed. however, we achieve this when the app is in the background. any solution on when the app is killed/closed? 1...
View ArticleCan I use or integrate with Wordpress
Hi Team, Can I integrate Ionic with any CMS like wordpress. I have a website running on Wordpress 5.x.x could you please let us know if its possible. 2 posts - 2 participants Read full topic
View ArticleCannot read property 'nativeElement' of undefined
I am using ArcGIS Map using angular and am getting error to render my HTML Div tag and error is “Cannot read property ‘nativeElement’ of undefined” component.html page : <div...
View ArticleOutputting Battery Level with Capacitor Device Plugin
Hello all, I am new to Ionic/Angular and I was hoping for some help. I want to output the device battery level on the screen using the Capacitor Device plugin but I can’t work out how. I have managed...
View ArticleIonic React: How to open link in the app?
So I have a server and mobile apps. For example when the user forgot the password, then they send a request to the server, the server then sends an email with a hash token for resetting their...
View ArticleIonic 5 app crashing on android at starting
hello. everyone, i have a ionic5 project for woocommerce site. my project my start well on localhost perfectly but when i release apk for android and i install app on android 10, its install well no...
View ArticleMDM - Test managed configuration deployment for iOS before release
I using this plugin for Managed Configuration /AppConfig for IONIC 4 , Now i want to test it before releasing, like same thing i can do with Android using TestDPC , I didn’t find a straight way to...
View ArticleIonic react iOS/Xcode "Can't find variable: esptouch "
Hi, does anyone know why this happend? Im trying to use esptouch plugin, and when i run the app for test it says “Can’t find variable: esptouch”. Even if i use another plugin like Wifiwizard2 it says...
View ArticleMilti-level ion-menu pages
I would like to create a side-menu that contains some form of routing within the side menu itself. So when the menu opens from the left side, it has 3 menu items which when clicked make a new page...
View Article