How to programmatically click ion-segment-button?
I am using @ionic/angular 5.3.1. I am seeking a way to programmatically click an ion-segment-button. I know that I can programmatically switch segments, but I want to also trigger the switching...
View ArticleSass Folder structure for ionic angular app
Angular creates a sass file with each component and ionic comes with two sass files, one in the theme folder known as variables.scss and the other global.scss. Now with angular you can follow 7 in 1...
View ArticleGesture Controller
Im trying to get the gesture controller demo to work. Any ideas what im missing? stackblitz.com StackBlitz 2 posts - 1 participant Read full topic
View ArticleResize on full screen doesn't work
hi I am using ionic3 and I am having a problem when keyboard is closed app doesn’t back to full-screen mode the statue bar shows and device nav bar also is shown any help 1 post - 1 participant Read...
View ArticleReact Project To Ionic - API Network Error
Hello there, I’m transforming a react project into an ionic project. I build my commits with Appflow and preview the web. When I run the project over Ionic Hub, it cannot connect to the API and...
View ArticleVideo VR for IONIC 5 / Cordova
Hello everyone and sorry for my bad English. I am developing an APP in Ionic 5 / Cordova, which must display VR 360 videos, using the cardboard. I can’t find a viewer for these types of videos. Can...
View ArticleIonic 5.4 does not identify android sdk
Good evening. I am developing an app with ionic cli 5.4, cordova, gradle 6.7 with android sdk 9.0. I would like to build the application using android sdk 5.0.0, but even when I delete the version of...
View ArticleIonic does not find SVG icons with a root context, SVG 404 (Not Found)
I was given the task to set up our application to run with a root context. Instead of http://somehost/index.html, it should run with http://somehost/ourapp/index.html. I was able to set this up with...
View ArticleNeed help with app (storage, router, variables)
Hello I develop an app, and would be grateful for your help. Providing variables with setup() there only right way to make them reactive? There is no data-section as in vanilla vue? How access to...
View ArticleObservable.fromEvent is not a function
ERROR Error: Uncaught (in promise): TypeError: WEBPACK_IMPORTED_MODULE_2_rxjs_Observable.Observable.fromEvent is not a function TypeError:...
View ArticleUsing custom hooks in Ionic
Hi, Is it possible to use Custom hooks in Ionic? I am not talking about the ones included in capacitor core, like useGeolocation. I am talking about react custom hooks, for example const useField =...
View ArticleChanging status bar colours
I am trying Ionic + Vue3 and just want to know how to change these colours in the screenshot for Android (specifically Pixel 5)? I’m sure it’s a simple change but it’s all new to me! Thanks!...
View ArticleIonic not working, no errors
I installed @ionic/vue @ionic/core and vue-router using npm and imported them in my main.js using import { createApp } from 'vue' import App from './App.vue' import router from './router' import...
View ArticleHome hardware button, and the other button that i don't know the name
Are there any events for this 2 buttons? I just want to catch this buttons for 1 purpose, and onPause and onResume they do not serve me because onPause is activated when screen is bloqued, or power on...
View ArticleHey guys, Please recommend an SVG Editor that works with Ionic / Ionic native...
Please recommend an SVG Editor that works with Ionic / Ionic native - Angular 1 post - 1 participant Read full topic
View ArticleLeft aligned label and right-aligned input
In the code excerpt below there are two inputs, each with a label. In the first, the select input is displayed on the far right of the page. In the second, the text input is to the left, immediately...
View ArticleCan't use Ionic with Vue 3 CLI
Using this main.js: import { createApp } from 'vue' import App from './App.vue' import './registerServiceWorker' import router from './router' import Ionic from '@ionic/vue'; import...
View ArticleUnable to display in app purchase product data in android
So far I’m able to receive my product information for an iOS device but not Android. Here is my code in the component module: registerProduct() { this.inAppPurchase.verbosity =...
View ArticleThe keyboard covers the input field in ios - Ionic 5
Hello developers, I’ve been with this same problem for months and I still can’t find a solution. I have an application where there are several forms, when focusing on an input field the keyboard...
View ArticleCordova FileTransfer Can’t Download File (Code:3, http_status:401) only for iOS
Hi All. I have a problem when downloading a file from a URL with FileTransfer Plugin I get the error (code: 3) and (http_status:401) I’m using Ionic 4 with Cordova, Hope to find any solutions. For...
View Article