Close the app by hardware back button on Ionic 4
@Elwazeery wrote: I’m trying to make my app close on back button I found this code in github //Called when view is loaded as ionViewDidLoad() removed from Ionic v4 ngOnInit(){...
View ArticleFallback/404 redirect for IonRouterOutlet in Ionic React
@DevinShoe wrote: I would like to have a fallback route to redirect to a URL if the URL the user requests does not exist. Traditionally this is done with a Switch component, but that is not allowed...
View ArticleApple no longer accepts apps without Sign in with Apple
@htorbov wrote: I just submitted an app built with Ionic Capacitor and it got rejected because they no longer accept new apps that are using third-party login methods without theirs. I was wondering,...
View ArticleBest way to cache a fetch from API to be used on one page to be used on another?
@sanz wrote: Hey all … trying to get a handle on Ionic + React, coming from a PHP/Wordpress background. Hoping to build a simple PWA, so app like website essentially with possibly native iOS/Android...
View ArticleToo many *.apk files in the project
@gavriliuk wrote: Trying to find my .apk I found this strange tree structure: $ find -name “*.apk” ./node_modules/webdriver-js-extender/built/spec/command_tests/totally_real_apk.apk...
View ArticleHow to change image in base64 using ionic 4
@rizwan478 wrote: i am woking i am working on ionic 3 app. i want to convert image in base 64 i install base64 by npm and import it in my module.ts folder. when i am using in my component it is giving...
View ArticleHow to access function in a parent html(home in ionic) from child loaded html
@rahimhaji wrote: Dear Friends, iam creating an app with iionic angular. i have loaded an html file by clicking on a list item. when i click a text in that loaded child webpage i need to acccess a...
View ArticleGoogle Halts Chrome 79 Rollout After It Breaks Some Android Apps
@richardshergold wrote: Worth knowing about if you haven’t seen this yet. tech.slashdot.org Google Halts Chrome 79 Rollout After It Breaks Some Android Apps - Slashdot Chrome 79 is creating an issue...
View ArticleHelp - How to propose your app when you share your document
@yasdev8 wrote: Hi everyone, (first sorry for my bad english) I need some help to build a functionnality in my app. When you open a document, like a pdf or a picture, you can share it (in iphone, it’s...
View ArticleUpgrade from Cordova 8 to Cordova 9?
@richardshergold wrote: I currently have Cordova 8 installed and keep seeing (after I build) that Cordova 9 is available (and has been for sometime). Can anyone say if I am likely to run into issues...
View ArticleIonic 4 how to display updated data inside modal without refresh
@Pratikjaiswa15 wrote: I am updating data into the database but can’t display updated data without refresh. The scenario is user changes the variable ‘quantity’ using select, then this quantity gets...
View ArticleHow to prevent hardware backbutton while using ModalController
@o8thug wrote: I am currently using ionic latest version 4.11.5 I used loading controller for loading the pages but when back button is pressed the app navigates backward while the loader is still...
View ArticleStore images in Firebase storage or document?
@obinnae wrote: When storing photos from the gallery or camera, I’ve always used Firebase Storage. What do you all think of storing the raw base64 string in a document field instead? Pros and cons?...
View ArticleDivide an Ionic React page into multiple tabs
@imxdn wrote: I have a list on my home page and when an item is clicked, I want to get the details of that item and show it in a tabbed format (3 different tabs to be specific). Here’s how I set it up...
View ArticlengFor reloading on input
@danielmm1997 wrote: Hi I have a problem with my Ionic Chat App the Gifs in the Chat are starting from the beginning if I type something in my input box. If I use the track by function I can see that...
View ArticleIs there a free trial of ionic studio?
@Truescope wrote: I am looking to build an ionic prototype, to evaluate the ionic framework and decide if it’s the correct tool to build a production ready mobile/web application. I’d like to trial...
View ArticleDelete signed apk file from folder then create new apk file again
@amnnzri wrote: i already create signed apk and its working fine on my device. Later i want to change my code template, so my old apk cannot use anymore. can i delete my old signed apk file from my...
View ArticleApp only functioning webview is always to be rejected on ios appstore?
@pdj wrote: Hello I have app which is only use. inappbrowser for showing specific webpage in app. and apple rejected for below reason … should I enforce push notification then It would affect changing...
View ArticleCustom component interaction with ion-item
@craigsh wrote: I’m wanting to build a custom component with a picker that should act like the ion-datetime does - in that when it’s nested inside an ion-item tag, it seems to add various classes to...
View ArticleIfame creating multiple event for document open in IONIC4
@ashok494 wrote: I have created a iframe for loading billing pages, in ngAfterViewInit() appending src url to it. After page load for opening PDF documents added window.addEventListener in onLoad()...
View Article