Ion Menu stops opening after navigation
My project structure works roughly like this: <Header> <Pages> <PageA/ > <PageB /> </Pages> Both have a shared that dynamically shows/hides a menu button and a back...
View ArticleIonic V4 Call parent function from containing component
In the V4 app, there’s a parent component that includes a child component (a toolbar that sticks to the top). There’s a button in the child component that, when pressed, should scroll the screen to...
View ArticleError when build
Error: No module factory available for dependency type: CssDependency 1 post - 1 participant Read full topic
View ArticleUrl params are not updated using useHistory
Hi everyone! I think I misunderstand how routing is working with Ionic/React. Context I want to create an app with a basic home page that redirect to some project pages. Projects are saved in local...
View ArticleHow to listen to 'ionPickerColChange' event
I have 3 columns in a picker. When the first column has been changed, the values for second and third column need to be updated (the same goes to the second column). I tried to listen to...
View ArticleIonic 3 firebase FCM background click event not working?
I am using cordova-plugin-fcm-with-dependecy-updated this plugin for push notification. Notification receiving on top of the notification bar but when I click on it it will redirect to respected app...
View ArticleModify AndroidManifest.xml
How to disable app backup, and remove permissions like writing to storage from the generated manifest file, and how to validation the broadcast receiver. 1 post - 1 participant Read full topic
View ArticleHow to get the devServer proxy to work?
module.exports = { devServer: { proxy: { '^/auth': { target: 'http://localhost:3000', ws: true, changeOrigin: true, }, }, }, }; I’ve configured my vue.config.js in the root of the project. When I run:...
View ArticleApp style in android not like in browser
hello i have test my app in same my smartphone (android) in browser the style look good but when test in as app(apk) that style is bit different and that’s some icon creep why that happens ? i have...
View ArticleIonic 3 - Module not found: Error: Can't resolve '@app/env'
Building a new version of my app. Android and iOS built fine, but all of a sudden building browser fails. Module not found: Error: Can’t resolve ‘@app/env’ in — some file resolve ‘@app/env’ in — some...
View ArticleImageLoader Error: DOMException: It was determined that certain files are...
my App is an eCommerce App. so when i try to display images from Opencart I get this error: image-loader.js:716 ImageLoader Error: DOMException: It was determined that certain files are unsafe for...
View ArticleCan we use normal vue plugins in ionic with vue?
It is very hard to find plugin ionic-vue but there are a lot of plugins are avalable for vue web. Is this possible to use vue-web plugins in ionic vue? 2 posts - 2 participants Read full topic
View ArticleI have to click twice on ion-checkbox to check - Ionic-vue 5
I have a v-for inside an ion-modal where when you click a checkboxs item it adds the item object to an Array via Vuex, the Object it adds normal to the Array but i have to click twice to see the...
View ArticleHow to send submitted form from ionic app to my email?
I am trying to create a contact form for my ion app where when the visitor clicks the send button, I want this data to be sent to my email. Do you know how I could do that? Thank you. 2 posts - 2...
View ArticleJerky CSS animation on Android
I am using a css animation and it is working fine on iOS, very smooth and looks good. It is very jerky and looks like rubbish on Android. I’m sure this is a common issue but I can’t find any recent...
View ArticleSliding two containers up/down
Hello all. New to Ionic. I’d appreciate any guidance on how to use the UI components to achieve the following functionality: I’d like two containers of content splitting the screen: one op top, the...
View ArticleIonselect get Change clear by script
Hello, Im new at Ionic and now i want to make some little Scripts for beginning. If have 3 ion-select with some values and if I choose every where one, I want call a function by button press. The...
View ArticleAccessing variable outside this.ngZone
Hi all, I am a circuit designer, in need of a quick app. i thought javascript was a piece of a cake so off I went with Ionic. Now I am in a loop hole that I have no clue of. This is a piece of a code...
View ArticleSqueezing images closer to make room for ion-text
Hi all. I’m filling an ion-toolbar with an ion-item to hold 5 images and 1 ion-input in between. This is what I’m after: The images are too far from one another leaving not enough room for the...
View ArticleScrolling lock when continously scrolling
When scroll inside the ion-slides or ion-content continuously then the scroll lock, when release the scroll for a while and then scroll again then it scroll. Please any one know about this issue? 1...
View Article