How to fetch data using ionic vue from firebase?
I’m trying to build a Instagram clone in ionic vue my question is how do I make a state that has multiple components like with a post it has a image and a description. In my code when I try to fetch...
View ArticleIon-select -> refresh options onClick (hierarchy/mutlilevel)
Hi, I read the ion-select-options via ngFor from an array. I would like to replace the options on the fly when I click on one of the inital options. In the onchange event I empty the corresponding...
View ArticleHow to slot custom components in React-Ionic?
Pardon my ignorance, I’m new to React, but how can I use slots in Ionic React since React has no directives? I mean, lets say I’m wanting to add some FontAwesome Icons but since they don’t have the...
View ArticleIonic Slack link offline
Hi, I would like to register to the Ionic Slack but it’s always offline: https://ionicworldwide.herokuapp.com/ How can I join your slack workspace? 1 post - 1 participant Read full topic
View Article[HELPS] How Can I use Hardware backbutton in Vue
I try to follow the step on Hardware Back Button. But apply in mobile to run not working. 1 post - 1 participant Read full topic
View ArticleBuild Your First App error
Hi everyone, I’m new to ionic and am trying to build the photo-gallery sample app for Angular aka Build Your First App. When I copy the instructed piece of code into the tab2.page.ts file, the app...
View ArticlePlaying RTMP or RTSP source
Hi to all I’m searching a solution to play an RTMP or RTSP source in an Ionic App (Android and iOS). We have a streaming server from which we would to deliver video streaming to a cellular network...
View ArticleIonic BLE ble.write return null on ios
I’m using this plugin inside a ionic + stencil app github.com don/cordova-plugin-ble-central Bluetooth Low Energy (BLE) Central plugin for Apache Cordova (aka PhoneGap) I’m send a write command to a...
View ArticleUnable to build IOS
I’ve suddenly come across an issue building my app on IOS with XCode and I can’t figure out what has changed to cause the issue. I was previously able to build the App with no issues however now when...
View ArticleEsptouch/smartconfig plugin for esp8266 and ESP32 not working in capacitor
Hi, does anyone know why this plugin GitHub - coloz/cordova-plugin-esptouch: Cordova esptouch/smartconfig plugin for esp8266 and ESP32 or this one GitHub - IOCare/cordova-plugin-smartconfig: A cordova...
View ArticleWays to save disk space with Ionic/Angular App?
My old Macbook is really starting to chew through disk space with some of my Ionic projects. A few of my smaller projects are going over 1GB in file size. Is there a way to optimize the code and disk...
View ArticlecreateGesture: error zone_symbol addEventListener
I want to build into an Ionic app using VueJS. And have problems with the “swipe function”. When I swipe right or left, I want to call a function. For testing I used the demo code from this page:...
View ArticleDoubts about emit and receiving events (Js)
Hello, i started using the framework recently and i would like to know how to emit and receive events. The same as in the vue we use $ emit to send and @name to receive. 1 post - 1 participant Read...
View ArticleRTL + Jest useState not updating the values
this is my project code const classes = useStyles(); const [projectName, setProjectName] = useState("--------"); const [projectDescription, setProjectDescription] = useState("-------"); let { id } =...
View ArticleRTL + Jest useState not changing values
this is my project code const classes = useStyles(); const location = useLocation(); const [items, setItems] = useState() const [user, setUser] = useState({}) just want to pass the values to " items....
View ArticleJest conditional rendering based on usestate
this is my project code: const [ipData, setIpData] = React.useState(); const [operationsLoader, setOperationsLoader] = React.useState(true); const [operations, setOperations] = React.useState(); const...
View ArticleIon-header, IonToolBar get some issue layout relate with ion Form
Hello, I started using ionic vue to build the tabs default by the first time I created the app. Then I am tab1 to modify the page being look like an ionic form model (of course will have ion-input,...
View ArticleAngular 9 - NGCC fails with an unhandled exception Solution
i had the problem with NGCC compiler in ionic angular project and did many way to fix it but could not help to me. Screen Shot 1400-02-13 at 15.05.45792×481 33.6 KB this is my problem 2 posts - 1...
View ArticleIonic5 Capacitor project - fix configuration
I am not sure why my Ionic5 / Capacitor project is misconfigured, but for most native plugins I try to install I end up with [INFO] Looks like @angular/cli isn't installed in this project. This...
View ArticleApplication not saving session information after updating to iOS SDK 14
Hello, My team is having an issue with our app which we created after this iOS SDK 14 update, it has content inside an iframe, and the iframe has some session data that need to use across pages,...
View Article