Questions tagged [ionic-vue]

62 questions
1
vote
1 answer

Is there a way to render a component dynamically in VueJS?

I have a component called CanvasComp which I am importing from my components folder. I am rendering this component on my template like . It is sending the jsonData to the component. What I want is to render this…
codeninja
  • 315
  • 2
  • 10
1
vote
0 answers

Is there a problem when deploying ionic VueJs app to vercel?

I built an ionic VueJs app with capacitor; when I executed these commands npm run serve npm run build The app runs smoothly and is functional on my local host machine.
1
vote
0 answers

How do i update my mapbox markers when the geojson data is passed in as props in a vue component

Edit 1 Here is the source code on git I am working on an Ionic-Vue project with Mapbox integration. My issue is that I am unable to update my geojson data source to create markers on the map, the geoJson data is passed in as props. Here is the…
Nishant S Vispute
  • 713
  • 1
  • 7
  • 21
1
vote
0 answers

Blank page on the emulator - Ionic Vue

I have an ionic vue project that shows a blank screen when I open it on an emulator. Thinking I missed something on my end I then created a new project using the Photo Gallery starter. It too is showing a blank page on the emulator. Any…
Simo Mafuxwana
  • 3,702
  • 6
  • 41
  • 59
1
vote
0 answers

How can I set ion-modals height to be equal to its content

I have a modal which should have height based on its content, since content could differ from modal to modal. Modal is shown from bottom of the page and is not full screen. How can I achieve modal behaviour where modals height is equal to its…
1
vote
0 answers

How to Use Scoped Storage with Ionic Vue

I'm using Ionic with Vue and Capacitor and my app should allow the user to record audio. I'm using the cordova-plugin-media for that but it tries to store a temporary recording in /storage/emulated/0 which throws this error: W/System.err:…
1
vote
0 answers

Is there a way to Use Vuetify with Ionic Vue?

I would like to use Vuetify 3 (alpha) with Ionic Vue. couldn't find any useful reference. could some one please help me on this?
Annamalai D
  • 859
  • 1
  • 7
  • 21
1
vote
1 answer

Ionic 5 (Vue) ion-select & ion-select-option custom css wont change

so im having a problem with ionic 5 for vue, im using ion-select & ion-select-option component. So the things i wanted to do are changing the width the text inside ion-select-option will break and go down making the new line when the content is…
Rian
  • 15
  • 2
1
vote
0 answers

Ionic Vue - Master Detail View

I'm developing an app for PC, tab and mobile, which consists in a list of items. Each item has a detail page. The idea is to display each item's detail page when the user clicks on that specific item, but with different behaviour depending on the…
1
vote
0 answers

Ionic Vue: VueJsPaginate not showing

I am developing an app which has a list of objects that I want to paginate. I found vuejs-paginate plugin but I can't make it work in my view. After installing it via npm and importing in the view, its tag is in fact in the HTML skeleton of the…
1
vote
1 answer

Ionic Vue ( ionic serve /ionic build mode production with .env )

I would like to know how can I use .env.production mode with ionic serve or ionic build
1
vote
1 answer

How to add VS Code snippet inside a template

I am trying to create ionic vue snippets. So far it seems to only work when added on the top level and not working when added inside a template or div tag. How can I insert snippets inside these tags? Snippet "ionic-vue Item": { "prefix":…
1
vote
1 answer

How to fix Netlify deploy issue

I have been trying to deploy on netlify for a while now. All the suggestions here, here and here are not working. Any suggestions? Project is using Ionic 5.x Vue 3.0.0-rc.10 Netlify error 7:30:00 PM: ┌───────────────────────────────────┐ 7:30:00 PM:…
Simo Mafuxwana
  • 3,702
  • 6
  • 41
  • 59
1
vote
1 answer

Ionic 4 vue - Get slide index

In ionic/vue I cant figure out how to get slide index. getActiveIndex is not even firing, it is on the documentation but its not clear how to use it. ionSlideDidChange fires but I cant see anything related to index of an active slide. What is the…
Simo Mafuxwana
  • 3,702
  • 6
  • 41
  • 59
1
vote
1 answer

Ionic vue plugin

I am trying to create an ionic-vue app following this post but I get Cannot convert undefined or null to object error, when I register @ionic/vue plugin in main.js. import Vue from 'vue' import App from './App.vue' import router from…
Simo Mafuxwana
  • 3,702
  • 6
  • 41
  • 59