Override icon urls
I need to override icon urls. Currently it is using document.baseURI which is /some-path/ but I need it to be /js/angular-test . I thought that ng build --deploy-url /js/angular-test might handle this...
View ArticleHow do I export the Sqlite3 from an Android
i need to troubleshoot errors in the Sqllite3 database that I have created in Ionic. I have used the following comman to create is this.sqlite.create({ name: this.database_name, location: 'default' })...
View ArticleOpen modal how google confirm sign in
Hello there I want to open a modal like Google does. When I try to log in from another cell phone or another browser, Google asks me for a login confirmation. Then independent in the application where...
View ArticlePDF Size Issue with PDFMake Wrapper
Dear All, I have used PDFmake-Wrapper in our application and it is generating PDF as expected but I am facing issue with size of the PDF. In my PDF Design (see attachment) I have only 1 image with...
View ArticleKeeping Azure AD login always active using Refresh Token?
Hi - I am developing an Ionic app that uses MS ADAL to validate Azure Active Directory users. The issue I am facing is that the login expires (bearer token) after 24 hours. I am trying to use the...
View ArticleProblems navigating with tabs and shared ion-menu
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleProblem with tabs and shared ion-menu
Hi, I’m trying to set up a common ion-menu for every tab in a tab-based interface. I’ve added the same menu to each tab using ion-split-pane but when I navigate between tabs, I get an error, Cannot...
View ArticleHow does the browser know which theme (MD/iOS) to render?
Hello, I am currently developing a PWA with Ionic Framework 5 React. I was wondering how the browser knows which OS (Material Design/iOS) theme it has to render? I know that there are CSS classes for...
View ArticleProgrammatically Redirect In Ionic Vue
I am looking for a function in ionic vue by which i can programmatically redirect to a URL without using router.push() function. As router.push() add a back button in the toobar. I don’t want that. I...
View ArticleHow to add dollar symbol before the digits
I want to add $ symbol in front of 10 instead of under The result should be “under $10” Please assist. 1 post - 1 participant Read full topic
View ArticleHow to add more languages in tech datasheet appstore app
I would like to know, how to add more than one language in tech datasheet in my app in the appstore. 1 post - 1 participant Read full topic
View ArticleDesign System base on WC
Hi, I currently have a WC based DS, I want to create a mobile application using Capacitor and reuse the WC and modify or create special parts for mobile applications. Some posts say that Ionic...
View ArticleiOS/Mac full environment install guide for Cordova/Ionic
As most probably do, I have create a full guide to install the entire environment needed to run Cordova/Ionic. It constantly evolves and usually makes big jumps every 6 to 12 months. The following...
View ArticleIonic/Capacitor Rounds HTML Canvas coordinates in XCode build, not in dev server
(topic deleted by author) 1 post - 1 participant Read full topic
View ArticleAndroid (Windows) full environment install guide for Cordova/Ionic
As most probably do, I have create a full guide to install the entire environment needed to run Cordova/Ionic. It constantly evolves and usually makes big jumps every 6 to 12 months. The following...
View ArticleHow to create bottom-sticking buttons idiomatically?
What is the idiomatic way to create a pair of Cancel and Done sticky bottom buttons that take up full width? Here is an example: IMG_D16F8CF741DD-11170×2532 174 KB I don’t see a way to do without a...
View ArticleApexchart usage on Ionic
Hello, Im trying to use Apexchart in my project, but it seems like the codes does not working at all. is anyone can point me where i made the mistakes? this is the warning Screen Shot 2021-09-02 at...
View ArticleHow to programmatically replace GoogleService-Info.plist file in iOS project
Hi guys, I have an ionic/angular/firebase/capacitor project. I use two distinct firebase projects for it, one for development and one for production. My problem: I am trying to come up with a script...
View ArticleReading large files leads to application crash
I’m making a new app that uses a map as it’s core and the user can import some geographic data from KMLs and KMZs. Most of the time the app is intended to be used without internet connection. The user...
View ArticleVibration not working in background mode (Ionic/capacitor))
I am working on a project in which the client needs vibration in background-mode. The method vibrator.vibrate() is working when the screen is on and app is open. But when the screen is off or app is...
View Article