Ionic v4 + Stenciljs + route guards
@cptflammin wrote: Hi all, I am currently looking for an example how to use ion-router with guards in stenciljs project, i.e. NOT using angular guard, any idea ? Is there any indication to preferably...
View ArticleNo icons shown on Android
@fortunella wrote: I migrated my Ionic v3 project to Ionic v4 (4.2.0). Everything works fine with ionic serve, but when I run the app on an Android device I get the following error from polyfills.js...
View ArticleIon-virtual-scroll on microsoft edge
@bbarascou wrote: virtual_scroll.png1693×906 118 KB Hello, I have a problem using ion-virtual-scroll on ionic 4 with microsoft edge. As you can see, there is a huge padding space between ion-item....
View ArticleAfter payment i want to save data into db
@flycoders_sourav wrote: Am using razorpay After payment i want to save data into db but am not able to do here is my source code. pay() { var options = { description: '////', image: 'xxxxxx',...
View ArticleIon-toggle onChange event
@dmlkl wrote: Hi all, I want to know is there any way to bind onChange event and click event at the same time to the ion-toggle. Currently, I need to fire my API to get my valve latest status (either...
View ArticleDiv on ionic scroll is not working not fired at all
@pdj wrote: <div #c (ionScroll)="onPageScroll($event)" class="test"> <ion-list > .... ... </ion-list> on .ts file onPageScroll(d){ console.log(d); } but it never fired when I scroll...
View ArticleIonic 4 & Local Notification
@blondie63 wrote: I’m trying to use local notification but docs are very bad ! Someone tried to use them successfully ? I’ve some questions: is this plugin working for ios & android is this code:...
View Article[Ionic 4] Confirm on back button press
@AdamGelineau wrote: Hi guys, Today I’m trying to implement an alert confirm popup when I try to leave one of my pages, either with the software backbutton or the hardware one. Here’s how I tried to...
View ArticleHow to do a profile card on Ionic 4?
@Manel00 wrote: Hi, I’m trying to get some information about a attractive profile page, but don’t get any example for Ionic 4, on Ionic 3 i found some but there are too many scss. i’m looking for...
View ArticleGetting error when used the command Ionic info
@greenbarn wrote: C:\Users\Ishaan\Documents\Workspace\Startup\GreenbarnExecutive\Ionic\GreenbarnExecutive>ionic info Error: Command failed: wmic os get Caption ’wmic’ is not recognized as an...
View ArticleHow to close all modals
@niccoicco9 wrote: hi guys, i want close all modals behind the top modal with dismiss. how i can do Posts: 1 Participants: 1 Read full topic
View ArticleSend E-Mail Attachment to ionic App under iOS
@Birke wrote: I have an e-mail attachment. On iOS I go to the attachment and say “copy File to myApp”. How is it possible to read and evaluate this file in my own app? I have to be able to open my app...
View ArticleIonic 4 chat application and how to send message to particular user?
@sasatozovic wrote: I created application in Ionic 4, and for backend I use Lumen. Application should have chat page and in that purpose I add Redis, Socket.io and nodejs. I successfully created...
View ArticleAndroid Mobile back button is not working in ionic 4
@pksquare wrote: how moblie hard button is handle in ionic 4 Posts: 1 Participants: 1 Read full topic
View ArticlePrevious Page Not Hiding After Pop in Ionic 3
@junjunhernandez wrote: I am using Ionic 3. I used this.navCtrl.pop() but nothing happens. I tried let currentIndex = this.navCtrl.getActive().index; this.navCtrl.push('HomePage').then(() => {...
View ArticleIon-slides Jump page problem
@yuhai2017 wrote: <ion-slides class="index-adv idslides" pager="true" [options]="slideOpts"> <ion-slide> <div text-center routerLink="/original"> <img...
View ArticleIos with xcode 10 dose not reflect the changes
@adkMohit wrote: So When I upload my ionic app ios platform to xcode it builds successfully. I then ran it on a target device and everything is still fine.when I change anything in my code and rebuild...
View ArticleForm group error
@jinks wrote: I have getting the error . vendor.js:51847 ERROR Error: Uncaught (in promise): Error: Template parse errors: Can’t bind to ‘formGroup’ since it isn’t a known property of ‘form’. (" My...
View ArticleiPhone X CSS issues
@rohankapurmobile wrote: Ok so since my landing page for the app has no padding for ion-content (this is necessary), I added the following code to my global.scss file to account for the iPhone X...
View ArticleError building App Io4+Vuejs in iOS
@hhalmeida wrote: Hello people, I’ve created an app with Io4 + VueJs, and so far I have not had major development issues, but when I’m building for iOS it gives an error in a compiled file line, the...
View Article