Ion-content scroll to element or scroll percentage
@lhk wrote: My app consists of a page with a very long ion-content that users are supposed to read. There are some other pages (config etc) that users might occasionally interact with. After each...
View ArticleHtpp Interceptor not working
@tripurarisingh wrote: import { Injectable } from '@angular/core'; import { HttpRequest, HttpHandler, HttpEvent, HttpInterceptor } from '@angular/common/http'; import { Observable } from 'rxjs';...
View ArticleUnable to open PDF Using iframe in ionic 4
@Amin0096 wrote: Hi Team, I have tried to open pdf file in HTML page using Iframe but I am facing issue. Some time it opens and some time not. Any help would be much appreciated Thanks Posts: 1...
View ArticleE2e testing with Firestore problems: Failed: script timeout
@VictorNorman wrote: I am trying to implement some simple e2e tests for my simple little “Monty Python Quiz” app (https://github.com/VictorNorman/ionic-quiz-demo) and keep running into problems. My...
View ArticleIon-badge notifications 0
@fc299684 wrote: Hello, I wanted to ask about what is happening to me. I have an ION-BADGE where it notifies me when I have an unread message. As I do when the number is not displayed at 0. My code:...
View ArticleSuccessful FontAwesome production build?
@shepard wrote: Has anyone been able to successfully build an app in Production mode with FontAwesome? I have tried a variety of examples ans they all lead to error: uncaught NullInjectorError:...
View ArticleHow do I use ion-alert in plain javascript
@seantomas wrote: I’m having trouble getting an ion-alert to display for a plain javascript (ionic via CDN) site. The ionic documentation for ion-alert and Javascript shows the following: function...
View ArticleAutocomplete input in alert
@RobeNogueira145 wrote: I have a input inside an alert, how I can to put autocomplete off? async promptSave() { let igual = 0; let alert = await this.alertController.create({ header: 'Nome da obra',...
View ArticleUse Platform in ngModule
@Slavrixx wrote: Is there a way to use Platform from @ionic/angular inside the @NgModule @NgModule({ declarations: [ AppComponent ], entryComponents: [ TermsComponent, .... ], imports: [...
View ArticleHow to populate ionic form with user data
@Geelario wrote: Good day experts. I am new to ionic and angular. Please I will need your help to solve this problem. I want to populate a form with a registered user data that is retrieved using API...
View ArticleUse custom font ionic
@itosoft wrote: hi how can i use some custom font in my app? Posts: 1 Participants: 1 Read full topic
View ArticleIonic navigation to lock
@itosoft wrote: hi i use this way to navigate to another page this.router.navigate(['creat']); how can i navigate to a page which can not be back but back button forexample in telegram there is lock...
View ArticleMy image is not showing despite placing it in assets/img
@CodeKazuko2 wrote: I type but it shows as the broken image below. Is it an issue of image? This is the location where I place it but I am sure there was no typo and this is in a js file. This is the...
View ArticleHow to display text with an absolute size
@jsilver wrote: Hi, I’m creating an Ionic app in which i need to print some characters on a screen with a fixed height in inches. This app is related to a vision test so that characters need to be...
View ArticleError message on key press in app
@mehraj786 wrote: Screenshot_2020-04-15-13-17-33-29720×1520 138 KB here i need to show error message on click of dash(-) how to do that if i use keycode==45 it is working fine in browser but not in...
View ArticleHow Can we get internet is available or not while using wifi?
@devdarji96 wrote: Hi, I want to check that internet is available or not while using wifi in ionic application. Posts: 1 Participants: 1 Read full topic
View ArticleIs it possible to create an Ionic v4 project with latest CLI?
@svd505 wrote: I am new to Ionic, I have to develop an Ionic app at my work, and one of the requisites is that it must use Ionic-v4. I see in the docs the options to create Ionic v1, v2 and v3...
View ArticleIonic build design for enter otp as well as auto fill-otp
@Pratikjaiswa15 wrote: I have phone auth in my app. We try to auto-fill otp and the user can also fill it manually. For letting the user type otp manually I have developed keyup function as shown...
View ArticleCapacitor Ionic app back button navigation issue on Android
@Hadji04 wrote: Hi everyone, I am encountering a back button navigation issue on Capacitor Ionic app. The issue occurs in many pages but, for simplification, I’ll make an abstraction of those pages...
View ArticleSegment change on menu item click
@mehraj786 wrote: ![now1|244x435] (upload://hmTQ88JteouY5YsJPsVKcTn9w1U.png) hi i am using segments for new, quote and confirm i want come to new segment if i click on home menu how to achive this…let...
View Article