On specific button click add a class
@Deepak1233 wrote: I have a situation where i have multiple records and i used in that *ngFor loop , so per record there is one button And I am trying to do is onclick change background of button so...
View ArticleHow to get Ionic 4 PWA crawled by Googlebot
@kingjd wrote: Ionic: ionic (Ionic CLI) : 4.11.0 (C:\Users…\AppData\Roaming\npm\node_modules\ionic) Ionic Framework : @ionic/angular 4.1.0-dev.201902142010.08fe8e4 @angular-devkit/build-angular :...
View ArticleIonic 3/4 - Open a page with absolute URL?
@Abascal wrote: Hello there. I have a website, let’s say its https://www.example.com I have a separate APP, which is not on the website, but on play Store/app Store. I have set HomePage, in a lazy...
View ArticlePage flickering when changing page from sidemenu
@pefe wrote: //app-routing.module.ts { path: '', loadChildren: './views/full/full.module#FullPageModule', canActivateChild: [AuthGuardService] }, //full.module.ts { path: '', redirectTo: 'home',...
View ArticleIon-list padding bottom
@RaulGM wrote: Hello, I’m trying to set the ion-list padding bottom to 0. But I had no luck with that. I’ve looked up within Sass Variables, but I found no variable to change that specific. I’ve also...
View ArticleSide menu for tab button
@VenkateshVoona wrote: I am trying to keep side menu when I click on one of the tab. Also I have other side menu for other pages. If I am applying menu for tab button its reflecting for other side...
View ArticleAuto-adjust font size on iOS based on system font size?
@Asixel wrote: Hi everyone! I have an app written in Ionic 3, and I want in iOS to have the same behavior as in Android regarding the font size. Atm, on an Android device, if I change the OS/system’s...
View ArticleHref target _blank not working inner html
@lucaboga wrote: Hi, i’m developing an ionic App. An API responds with HTML and i have to show it in my page. I do this operation with INNERHTML and DomSanitizer, but not works when i tap it. I also...
View ArticleCould not resolve all dependencies for configuration ':_debugApk'
@alexmpc wrote: So when i try the command “ionic cordova build android” , i get this error: BUILD FAILED in 3s cmd: Command failed with exit code 1 Error output: FAILURE: Build failed with an...
View ArticleIonic 4 empty back button subscription goes back
@brenden wrote: I have an empty back button subscription. I would expect that it wouldn’t do anything, but oddly enough it is navigating back. If I comment out the line, the back button goes back to...
View ArticleTypeError: __webpack_require__.i(...) is not a function at Firebase, FcmProvider
@Weihang wrote: I recently added Firebase dependency to my ionic/cordova app followed this guide: angularfirebase.com Ionic Native With Firebase FCM Push Notifications Send push notifications with...
View ArticleiOS emulation never gets past the splash screen
@nvahalik wrote: Hasn’t been a problem in the past, but I’ve been trying to get the app working in the emulator and it gets stuck at the splash screen. App seems to work OK on the device. The app has...
View ArticleOpen file with {Ionic-App] - Feature
@Nsimoncini wrote: Hi, I tried to search on old topics but I had no luck. Let’s say I make an Image Viewer App with Ionic Framework, can I add the option “Open with…” to the images on my...
View ArticleVideo editing (drawings and audio replacement)?
@vovadudas wrote: Is it possible to use Ionic for editing video ??? Under edit video I mean: take original make it slower/faster draw shapes over the video (canvas functionality) replace audio track...
View ArticleIonic 4 type angular vs ionic-angular
@AhmadAlMunajjed wrote: What is the difference between the two types of ionic 4 project: angular and ionic-angular? Posts: 1 Participants: 1 Read full topic
View ArticleHow can I add emojis to a textarea using Ionic 4?
@superdave wrote: I’m using Angular 7 and Ionic 4 (I’m new to Ionic) and I want to add emojis to a textarea element. Any suggestions? Thanks. Dave Posts: 1 Participants: 1 Read full topic
View ArticleDevApp not showing on mobile on Ionic4 ( works on Ionic3 )
@maceks wrote: Hello, if I create blank app on Ionic 3, run ionic serve -c and run DevApp app on iPhone, I automatically can select app ( automatically detected on network ). But if I create Ionic 4...
View ArticleUsing Pushy notification listener to increase badge number
@alvarofelipe1 wrote: Hello. I’ve been developing a push notifications for an Ionic 3 app in which i want to increase the badge number via badge plugin from native resources (@ionic-native/badge) when...
View ArticleIonic4 - updating toast css not reflecting change
@gabbyCharles wrote: I am attempting to update my toast css to produce a toast that is red, centered black text , and height of 10px. I have the following css: .toastCss { --height: 10px; --color:...
View ArticleUnable to stop camera after bar code scan successfully
@nsc15 wrote: I’m using @ionic-native/barcode-scanner/ngx plugin for scanning barcode. I’m unable to stop the camera after scanning the barcode. So let me know how to stop the camera after the...
View Article