Ionic Vue - Ion-select pre-select Item (initial selected value)
thank you @aaronksaunders for looking into my issue and posting your suggestion. it helped me to cleanse my code and to solely use selected-text in the ion-select however the initial selection still...
View ArticleHow to transmit data with popover
Hello. I am working on a small application with ionic and laravel (with an API). I would like to put data in my popover and recover it. Here is my visitorPage `import { Storage } from...
View ArticleTelstra Bigpond Email Help Support Number 087-200-0111
Telstra Bigpond email is a reliable webmail service provided by Telstra to its users. Even telstra has the technical support team for providing technical support services to its Bigpond email users....
View ArticleTelstra Bigpond Email Help Support Number 087-200-0111
Hello there! Hope you’re doing good PM Sent Have a nice day. Thanks and Regards, Angela
View ArticlePaginate API data in Ionic App
I’m trying to paginate data from API, the API is not paginated cause I want to perform that only on the app. With the code below it doesn’t do any pagination but when all products are shown...
View ArticleTelstra Bigpond Email Help Support Number 087-200-0111
Hello, PM SENT PLEASE CHECK Regards Maria J
View ArticleListen to div inner Text changes
Thank you for your answer, can you give me an example how to do that on a div element?
View ArticleBLE Capacitor Plugin with Ionic 5
Hi All I am using Ionic 5 and i would like to use the following Capacitor plugin for my BLE application. BLE Plugin Has anyone managed to use it successfully? As I am getting the following error...
View ArticleI get this error when I add the video-player plugin and build the application
@rapropos Thanks very much!
View ArticleIonic + React How to return Promise after api call?
I want to return API response JSON into a model class. Sample code is as follows: const authenticateUserAsync = async (username: string, password: string) : Promise<UserModel> => { const...
View ArticleCustom modal in ionic-vue doesn't wok with z-index for ion-toolbar
Fixed: I assigned a much bigger value for z-index of my modal (z-index: 1000) 🤦 🤦 🤦
View ArticleIonic CLI build parameters issue with Vue?
We have an issue open for this here: bug: build flags not passed to vue-cli-service · Issue #4642 · ionic-team/ionic-cli · GitHub
View ArticleImpossible to remove outline on or
Hello, I’m creating my application with a login page and I have my “Forgotten password ?”. But I have already tried <p> <a> and <div> with .class, :focus {outline: none} but there is...
View ArticleIonic Vue nested list - connected arrays
I still didn’t solve this but an update: I am using a Map now. like this const trackMap = ref<Map<number, Track[]>>(); whereas the key number is the Record.id. the second ion-item line...
View ArticleHow to Create Custom ionic5 cordova Plugins without Publishing to NPM?
Hey Everyone, I want to build custom camera plugin for my organisation! can anyone help me: Here is my code but i can not use in project. My plugin src/index.ts file import { Injectable } from...
View ArticleHow to create a service/provider/controller in stenciljs and use it in angular
Hi there We are creating a framework like ionic with a stenciljs core project and for now angular bindings. For the start i created a component that works like expected. Then i created a service in my...
View ArticleIonic Vue - Ion-select pre-select Item (initial selected value)
I cannot even understand what you are doing in your onMounted statement? It looks overly complex can you simplify / explain what you are doing?
View ArticleMaking friends out of TypeScript and Vue Developers
Honesty I would focus on making sure I have a grasp of vue and ionic before getting caught up on typescript, typescript as the default for vue is relatively new and not specific to ionic Opinion - As...
View ArticleIonic Vue - Ion-select pre-select Item (initial selected value)
the program logic goes like this: one can either create a new record (currentRecord.value.id == 0) or edit a record (currentRecord.value.id != 0). if you have a new record the first track should be...
View ArticleHow to display array of react components in matrix
I am new leaner and stuck with below question I have an array of react components , and wanted to display the components in m X n matrix . my code details : <IonRow...
View Article