SVG icon configure
@akhilkathi97 wrote: I love the material design icon package. I am trying to configure mdi.svg in ionic 6 using the steps mentioned [here]. But I am getting a runtime error as below when I followed...
View ArticleUsing 1 Modal from 2 pages - error - Ionic 4
@ersaurabh101 wrote: I created a modal and named it worksmodal . It opens from page showworks . Everything works fine. New requirement - I had to open the same modal from Notificatons page as well, so...
View ArticleCapacitor Camera - Permissions and Events
@PerHoyer wrote: Hi there. I have been working with the Capacitor Camera for a while now, and everything works fine, but i would like to read stuff like: Permissions has been changed, camera is active...
View ArticleIonic from validation problem
@tytom2003 wrote: i follow below website to write a apps about from validation. i copy Home.html to my apps(.\src\app\home.page.html) and Home.ts (.\src\app\home.page.ts). It show white page. How to...
View ArticleIonic Studio - Check tools
@szadej wrote: Hi there. I’ve got a strange problem after upgrading to version 0.12.0. After running Studio splash screen starts showing "getting things ready (about 5 seconds), and then in background...
View ArticleIonic Native calendar creates birthday event instead of regular event
@Simbaclaw wrote: Hey there, (this is a Android device issue, any android platform any device) Whenever I try to use createEvent or createEventWithOptions (the silent way of adding an event to a...
View ArticleHow to send form data with ionic native http!
@dimithrab wrote: async uploadImageData(formData: FormData) { const loading = await this.loadingController.create({ message: 'Uploading image...', }); await loading.present(); let nativeCall =...
View ArticleIonic 4 Http request is not working in device but working broswer
@anjan1001jana wrote: {"headers":{"normalizedNames":{},"lazyUpdate":null,"headers":{}},"status":0,"statusText":"Unknown...
View ArticleHow to create a dummy file of n size
@jrarcher wrote: I am building an app that will download a series of files that comprise a single object. Think of it like a book with chapters. When I load the “book” I want to be able to create a...
View ArticleHow to limit draggable element
@Rotor7ven wrote: Hello, I have a div using the html draggable attribute.I can drag the div around but it goes out of the window.document. But I want to add a limit to where it can go and not go off...
View ArticleModal dismiss: how to abort dismiss if changes are pending
@manu_ionic wrote: Hello. I have a form to edit data in a modal. When somebody clicks the backdrop, I would like to check first that no change is pending, and suggest user: a) to keep editing (or...
View ArticleHow can I go back to the unchecked at Ionic 5?
@JeongJun wrote: <ion-item lines="none"> <ion-label class="ion-text-wrap">{{'Order.Permission' | translate}}</ion-label> <ion-checkbox [(ngModel)]="isPermit"...
View ArticleRequire assistance with http GET response from ESP32
@cathalferry wrote: Hello, new to the Ionic, Angular and Cordova scene. Im making an android app that connects to my Arduino ESP32 which has a self signed TLS HTTPS server on it. When connecting to...
View ArticleCatch software back button ionic 3
@lsantaniello wrote: Hi, I need to catch ionic back button for specific page and redirect user to different page. Use Case: Page A -> Page B -> Page C -> Page D If there is a particular...
View ArticleIcons are nearly transparent
@paulab wrote: I created my first project with Ionic, and the icons are nearly transparent and hard to see. When I use Tabs, it only happens when the Tab is selected. The button to toggle the Menu is...
View ArticleMy build fails on Android - could not resolve all files for configuration
@Mokssebina wrote: I’m getting a build error when running the command ionic cordova build android Android Studio project detected ANDROID_HOME=C:\Users\Apollo\AppData\Local\Android\sdk...
View ArticleHow to style native html elements
@Nats97 wrote: I’ve an ion-input element which is a wrapper around a native html input element I want to style that native input element, how can I achieve this ? I"m able to style it using developer...
View ArticleCan't connect to localhost:8100
@wancsjohn wrote: Hi Folks, I am new to ionic. I tried to access the development server, localhost:8100 through Chrome from my Lenovo laptop in Window 10. I got the following error message: This site...
View ArticleHow draw reactangle and text on captured image in ionic 5 with touch move event?
@jakesully wrote: I need to draw rectangle and text on captured image with touch start, touch move, touch end event. I tried like this: <canvas #canvas (touchstart)="startDrawing($event)"...
View ArticleComplex migration from Ionic4/Cordova to Ionic5/Capacitor
@ioclaudio wrote: Hi, I have a big and complex app that uses many Cordova plugins. The app is in Ionic 4 and the version of Cordova is 9. I’d like to migrate gradually from Ionic4/Cordova to...
View Article