How to convert this ionic 3 to ionic 5
@AvkAvk wrote: showTrips() { let tripAlert = this.alertCtrl.create(); tripAlert.setTitle(‘Trips’); for (const trip of this.trips) { tripAlert.addInput({ type: ‘radio’, label: trip, value: trip }); }...
View ArticleNot able to generate resources with ionic v3
@deepaksharma15 wrote: Trying to generate resources in ionic v3 using the command – ionic cordova resources but it failed with the HTTP error 503. Tried on healthy network also but suddenly it’s not...
View ArticleIonic 4 firebase phone-authentication redirect new users to particular page
@Pratikjaiswa15 wrote: I am using firebase phone-authentication in my ionic 4 app. I have successfully implemented jwt authentication. If the token is available I redirect users to the main page else...
View ArticleHow to solve cors issue
@Ramji1980 wrote: i am getting the below error how to resolve this Access to XMLHttpRequest at ‘http://localhost/rmfdevmobile/public/api/getpodcasts’ from origin ‘http://localhost:8100’ has been...
View ArticleIonic components in dynamic html or iframe
@lhk wrote: I would like to display dynamic HTML content in an ionic (react) app and enrich it with ionic components. I know, this is highly discouraged. After browsing the forum, there are quite a...
View ArticleIonic 4 modal backdrop
@NthabyMogoboya wrote: I want to disable modal dismiss when you click outside the modal. I’ve tried many different examples but didn’t work. async openExtras(){ let modal = await...
View ArticleAppflow live update, can't make it work
@maracujaacademy wrote: Hi, Live update are not working on my side. The core is developed with reactjs, built with webpack What i did : Add the Appflow SDK, the strings.xml is now modified commit...
View ArticleIonic preact, ion-button or IonButton?
@lhk wrote: After stumbling over the lack of interop between react and web components, I’m now seriously considering to move to preact (or even vue, but there I have no experience yet). As far as I...
View ArticleFiletransfer error code 3
@markodemo wrote: Hi! Please help if you have expirience with same thing. Problem: uploading images to server. Thing i dont understand: images are taken on the same way with camera. Error:...
View ArticleIonic React popover animation
@sh41n4 wrote: Hi, I am making a IOS app using Ionic 4 and React. I want to animate my popover ( https://ionicframework.com/docs/api/popover ) using enterAnimation attribute, but couldn’t make it...
View ArticleStop scroll verticaly while scroll horizontal
@danielpt wrote: Ionic 3. Hello, im using , but i have a big problem. When im scrolling horizontally, sometimes i can scroll vertical. And this is so ugly. Have a way to stop the scroll vertical while...
View ArticleCapacitor compiled Ionic app: How to debug in Android Studio?
@jschwenk wrote: I used the command ngx cap open android to open my Ionic 5 project in Android Studio like described here. This works fine. In my app, i`m connecting to server which returns json data...
View ArticleServer connection from compiled app and CORS Header
@jschwenk wrote: Hi, my app connects to a server, which returns JSON. I have CORS headers active on my server, so that it can not be cross-origin requested by every domain. When I output the...
View ArticleError add plugin cordova device
@ismaelsky wrote: [ng] This likely means that the library (@ionic-native/device/ngx) which declares Device has not been processed correctly by ngcc, or is not compatible with Angular Ivy. Posts: 1...
View ArticlePlacing an ion-range inside ion-slide
@zouelfikar wrote: I don’t usually post on forums but i ran into an issue where I had to use an ion-range inside an ion-slide… My problem is when trying to change the value of the range bar (sliding...
View ArticleError: spawn /Users/{name}/Library/Android/sdk/platform-tools/adb ENOENT
@wwwguy wrote: When trying to run the ionic example demo app on an android device I get the following error. > cordova build android > native-run android --app...
View Article@param and its use
@heardnetwork wrote: I have some code in a legacy app that I can’t find anything about at all. This appears on a few pages - if i uncomment it the whole page throws up errors. I’ve googled and can’t...
View ArticleIonic Braintree Tutorial
@keber wrote: Hi all, has anyone successfully integrated Braintree on his Ionic (preferably iOS) app? I’m really confused what I need and how to setup everything correctly. My main goal is using...
View ArticleChanging Ionic core files doesn't work
@IonicProgramming wrote: I am using Ionic React (version 5.0.4), and changed the “reorder-group.js” file in the following path, in order to add some features to the <IonReorderGroup> tag:...
View ArticleError "tried calling SplashScreen.hide, but the SplashScreen plugin is not...
@ioclaudio wrote: Hi, on an Ionic4 app, I have a problem with the splash screen, that doesn’t close. In debug mode I can see this error: vendor.js:77445 Native: tried calling SplashScreen.hide, but...
View Article