What is the difference between webview and native
Ive created a app and im almost done with it , but i still dont get what ionic does i kow this is really bad on my part but i already know react and i wanted to make a app really fast and i heard...
View ArticleMy state didn't update correctly
Hey everyone, I using react hook and cordova-plugin-bluetooth-serial to communicate with bluetooth devices. image831×192 8.38 KB I’m forgot to setData after I push new element to temp1 array but Data...
View ArticleSoftware Development Company in Salem
What is Ionic? How its works? 1 post - 1 participant Read full topic
View ArticleCould not resolve dependency: jasmin-core, karma-jasmine-html-reporter
Hey guys, I have: Windows 10, 64bit node -v v16.4.2 npm -v 7.18.1 ionic -v 6.16.3 ionic start myapp blank --type=angular --capacitor it throws error: npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to...
View Article[ERROR] Unable to find starter template for conference
Hi, is the “conference” starter applicable for ionic 5? Doing “ionic start --list” shows the “conference” starter as one of the options. But “ionic start conference --type=ionic-angular” gives this:...
View ArticleIonic 5 to increase Android minSdkVersion from 21 to version 23
Hello, I’m trying out Ionic 5 & installed some plugins on it. Command: ionic capacitor run android -l --external and I get a Error: > Task :app:processDebugMainManifest FAILED...
View ArticleGetting Started with ViteJS, Ionic Framework Beta v6 And VueJS - YouTube
Getting Started with ViteJS, Ionic Framework Beta v6 And VueJS - YouTube blog post with a link to the source code - Getting Started with ViteJS, Ionic Framework Beta v6 And VueJS - DEV Community 1...
View ArticleVue Suspense in Ionic view
<template> <ion-page> <ion-router-outlet></ion-router-outlet> <suspense> <template #default> {{ pages }} </template> <template #fallback>...
View ArticleDifference between latest Ionic CLI version and latests release
How can I know the CLI available version without create a new project? Example: Today, the CLI version for a new Ionic/Angular project is 5.5.2, but the latest release is 5.6.11. The 5.5.2 is the...
View ArticleHow to render ionic components for testing using testing-library-angular and...
I am writing some integration tests for my components using testing-library-angular I can mock everything the user does with it (click/focus/keystrokes) for my pure angular components but I can not...
View ArticleIssue with background geolocation plugin
I am using ionic 5 to develop mobile application. As part of that using background geolocation plugin to fetch coordinates even when the app is in background. Now the issue the plugin is working...
View ArticlePopover outside content
There is a way to show outside content from popovers? Capture d’écran 2021-07-11 à 11.38.37694×148 44.1 KB With absolute position and z-index 99999 on my icon. 1 post - 1 participant Read full topic
View ArticleDo I have to use a JS Framework for Ionic?
Hi Guys, I previously used Onsen but I am changing to Ionic, I dont use any JS Frameworks like Angular, React or Vue, I just used regular JS, is this possible to do with Ionic? 1 post - 1 participant...
View ArticleDynamic content is not loaded due to wrong page caching
I have an Ionic React (Capacitor) App where I have following problem: When I navigate from my /vehicles page to /vehicle/1 (Shows specific vehicle with id=1) the correct vehicle gets displayed, but...
View ArticleExternal audio dont work
Hi guys, i have an url who look like that : https://***.mp3 I want the user to be able to listen to this music, so i have an audio tag <audio controls src="https://***.mp3"></audio> It...
View ArticleIon-input won't show
Previously the app is working fine, now app is not displaying the form. please help WhatsApp Image 2021-07-06 at 09.04.39720×1280 53.8 KB 1 post - 1 participant Read full topic
View ArticleReset reorder
Hello, I’m trying to cancel any modification, but the reorder of my items keeps modified after the cancelUpdate() Can you tell me how to achieve this ? Thank you <ion-header> <ion-toolbar>...
View ArticleIs ionic-virtual-scroll only for Angular
Is ionic-virtual-scroll only for Angular? I see only Angular examples in the docs but it does not mention it is only for Angular. 1 post - 1 participant Read full topic
View ArticleHow to test the select component
Hey guys, I’m currently working on an ionic react project and I want to write unit test to a component containing IonSelect. I’m using @testing-library/react as my testing library and the component...
View ArticleHow to open wallet pass using stream data url in ionic app
I have stream data url(wallet pass file) coming from backend, so using this url I should be able to open wallet pass in ionic app. I tried using PreviewAnyFile cordova plugin and also FileOpener...
View Article