Introduction In financial or e-commerce systems, managing financial transactions is a crucial part. Each transaction can consist of multiple components such as purchasing items, platform fees, or payment gateway fees. To ensure data integrity and transparency, the system needs a mechanism to record transactions and financial journals clearly and accurately. This article will guide you […]
How to Append Parameters Before Routing Globally in Ionic
In some cases, you might need to add parameters dynamically to your route globally in an Ionic application. This approach can be especially useful when dealing with authentication tokens, language preferences, or other persistent parameters.
[Ionic] Dynamic Layout background color
Way 1: Using document body to set theme (preferred) 1. Set the document body inside the main layouts 2. Style the app in the variable.scss Way 2: Set them variables directly into Main layout page Structure the files Given you have folder structure like this. ui-pages/main: layout using for admin, moderator role ui-pages/user: layout using […]
How to Add Multi-Language Support to Your .NET Core WPF App: A Comprehensive Guide
Learn how to implement multi-language support in your .NET Core WPF app with this step-by-step guide. Enhance user experience with easy localization techniques for desktop applications.
How to Add Multi-Language Support to Your .NET Core API: A Step-by-Step Guide
Learn how to add multi-language support to your .NET Core API with this detailed guide. Improve user experience and reach a global audience with simple localization steps.
[Ionic] Build Development Mode for Testing
Sometimes we need to detect an issue in the beta/staging environment. We cannot build using the ionic command Instead, use the angular command for specific development environment.
[Ionic] Tạo image resource với Capacitor
Tạo folder và files cần thiết Tạo folder resources ngang cấp với folder src. Có cấu trúc các files như sau với các lưu ý như sau Icon files should be at least 1024px x 1024px. Splash screen files should be at least 2732px x 2732px. The format can be jpg or png. Đảm bảo rằng bạn đã cài package Chạy câu lệnh tạo […]
[Ionic] Working with theme color
In ionic if you want to work with color. For example, want to change the primary color. want to change the warning color add a new color name I will go one by one to further explanation Change the primary color After creating your app. You change your mind about applying the primary color of […]
[Ionic] Best practice when migrating from v5 to v7
It’s very painful when you decide to upgrade from v5 to v7. I’ve experienced this and here are some highlights in case you have a plan to update Ionic from v5 to v7 1. Create a brand new project with v7 Despite Ionic team support you migrate from v5 to v7 with the migrate checklist […]
[Ionic] Start server to test Production build in 5mins
- tuandph
- April 3, 2024
- Uncategorized
Sometimes you need to test the build with production mode. But you don’t want to deploy to somewhere. So just run it on the local folder. With this help 1. Install the server 2. Build your code as Production mode 3. Run & enjoy