Ionic Serve Blank Page
I have just reinstalled my laptop with windows 10 and resetup the ionic environment. but when starting ionic serve, it returns blank page and console log shows as pic at https://ibb.co/28m7WNL what...
View ArticleHi How to import multiple components globally? (Vue js)
Importing component to every vue file, it could be a tedious work, so why not import App.vue file once and use globally. 1 post - 1 participant Read full topic
View ArticleImage not loading over http
Hi all! I’m having a problem that is driving me crazy. I’m trying to show an image that is on a http URL but it only appears in the browser (ionic serve) but no in emulator or real device. The image...
View ArticleIonic 5 reload page
I have an ionic single page web app in which the user completes some information and create some components dynamically (new columns, cards, etc). After clicking on a button I want to fully reload my...
View ArticleRemove cached data, when i revisit the same screen again
Once I entered the data on some screen X, while revisiting via this.navCtrl.navigateForward, older data gets retained, I need to clear up that data, I am not able to figure it out, I tried...
View ArticleI want to share file using social sharing plugin but it not working
get() { this.platform .ready() .then(() => { return this.file.resolveDirectoryUrl(this.file.dataDirectory); }) .then((rootDir) => { return this.file.getFile(rootDir, “mycon.vcf”, { create: false...
View ArticlePrevention of views caching once loaded in view
As per docs When you navigate to a new page, Ionic Framework will keep the old page in the existing DOM, but hide it from your view and transition the new page. Can we somehow prevent this from...
View ArticleSave notification in backend when app is running on background
Hi, In my ionic project I need to save the notification in backend.I used FCM for push notification service. Incoming notification is show when application is closed. How can I save the notification...
View ArticleNeed Help! Guys I'm new
I want to render data on submit when user click on submit a new window(modal) is open all information at the modal page. I’m using API to render data, data is show in console, please find the attached...
View ArticleSchedule a local notification 2 days before a date (selected by the user)
Hello I have an application coded with ionic 3 which must record the date of an event, then remind the user (via local notifications) 2 days before the event and the day before the event. when i run...
View ArticleBlank area when scrolling fast on thousand items
Hello ! On my app (Ionic 5) I implemented a list which contains ~ 6000 items (already loaded) as follow : <ion-virtual-scroll [items]="articles" class="mt-n2" approxItemHeight="84px">...
View ArticlePlay audio with ionic
Hello, I would have liked to know the different solutions that exist to play a sound from a url with Ionic? Thank you 3 posts - 2 participants Read full topic
View ArticleCan I use Apple ARkit in Ionic app?
I’m a new here and I’m trying to make an app with AR tech in it, so is it possible to built in Ionic? 2 posts - 2 participants Read full topic
View Article[Ionic framework] Simple way to add env vars?
(topic withdrawn by author, will be automatically deleted in 24 hours unless flagged) 1 post - 1 participant Read full topic
View ArticleIon-menu in custom component with contentId
Hi there, I’m using ionic 5 and I want to use contentId with ion-router-outlet’s id attribute. However I put my ion-menu that has the contentId inside of a custom component. How can I expose this...
View ArticleUpdate Parent Tabs on child page exit
Hi All How do you go about updating the parent tab page when you close or pop a child page. An example, I have a tabs page ( addresses) I can add new addresses within this tab but the parent tab page...
View ArticleCordova Plugin requires config.xml entries but I use Capacitor
I have to use cordova-plugin-deeplinks because another library is using it. (I know that Capacitor provides Plugins.App.addListener('appUrlOpen'...)). If I would run a Cordova project, I would need a...
View ArticleDon't work show file
When i get file with plugins camera,chooser etc and transform data.uri to filepath with filePath.resolveNativePath and put in openfiler or streaming not show _path is (file:/// startvideo() let...
View ArticleDisplay an avatar in the right of a colum
Hello I need to position the icon that is on the right of the search bar to the right of the column. As you can see in the following image, it is in the left part of the third column, right next to...
View ArticlePort to Ionic Vue from V3
I have this mobile app in Ionic 3/angular, which I am trying to port to Ionic Vue. (some changes already made) which uses <ion-page> <ion-content @ionFocus="focusChanged('focus')"...
View Article