How do you set the font size and line height for a CSS custom property
You can use the spellcheck property for this: ion-textarea: Ionic Framework API Docs (I am assuming you are referring to the red lines under misspelled words)
View ArticleIonic 5 - Ion-button click doesn't always trigger on Android tablet
Note: this will also remove the ripple effect. Could it be that the ripple effect is causing this ? I have noticed this sometimes on a onscreen custom keypad <ion-col size="2"...
View ArticleHow do you set the font size and line height for a CSS custom property
To clarify I want to parse and add custom styling to words, like spell check but actually completely different custom functionality (named entity recognition).
View ArticleIon-datetime starting day of week to match locale in ionic v6
PR created: feat(datetime): add startOfWeek prop by EinfachHans · Pull Request #23692 · ionic-team/ionic-framework · GitHub
View ArticleHow to pass data to appcomponent page from other page
but can you please tell a way to do this with app.component ? I have same problem and i’m afraid that changing it to service will ran into trouble. Or at least give some links to do so. i have a...
View ArticlePassing value to app.component.ts
i’m facing the same issue . but unfortunately there were no satisfactory solutions. also saw that topic too, which says the same to make a service : How to pass data to appcomponent page from other...
View ArticlePage Blank Due To ion-page-invisible Not Getting Removed
We ran into an issue with some pages being blank after mounted due to ion-page-invisible class not getting removed. I know there’s other issues in the forum related to ion-page-invisible but thought...
View ArticleHow to pass updated user name from edit profile page to app component's side...
i’m facing this issue . but unfortunately there were no satisfactory solutions. also saw these topics too, which says the same to make a service : How to pass data to appcomponent page from other page...
View Articlewin.matchMedia in SSR
Been seeing posted here and SO. Is there an eta on this? github.com/ionic-team/ionic-framework bug: isPWA does not work in ssr/tests opened 04:48AM - 19 Dec 20 UTC devinshoemaker package: angular...
View ArticleHow to pass updated user name from edit profile page to app component's side...
I would create a simple “EventsService” where you can use a Subject to push and subscribe to changes of any kind
View ArticleHow to pass updated user name from edit profile page to app component's side...
any example or link to read please ?
View ArticleHow to pass updated user name from edit profile page to app component's side...
i think you are talking about this : events819×431 23.3 KB but moderator in ionic said that Observable can do every think that events can: observable841×305 30.9 KB how can we do that with observables?
View ArticleHow to pass updated user name from edit profile page to app component's side...
I said create your own EventsService. The one you mentioned there is not even available any more. And exactly what @rapropos said is what i mean. If you don’t know how to create that and how to use...
View ArticleHow to pass updated user name from edit profile page to app component's side...
okay, i try to implement it. Thanks…
View ArticleHow to pass data to appcomponent page from other page
Umaima123: i tried to call the local storage in app component but it seems like that it only loads once. I would urge you to avoid the temptation to tie data layer / business object lifecycle to view...
View ArticleAccess Facebook Photos through Native iOS App
We are building a photo app that needs to allow users to link to their facebook accounts and select photos from FB inside of the app. We’re running into an issue where we cannot load the photos on a...
View ArticleHow do you set the font size and line height for a CSS custom property
ion-textarea is a wrapper around the native textarea element, so anything you can do with a native textarea you can do with ion-textarea. It sounds like you want a rich text editor:...
View ArticleHow do you set the font size and line height for a CSS custom property
Yeah, one with a programmable API that works in Ionic 5/VueJS! Thanks.
View ArticleWhere to offer feedback or submit errors in documentation?
If documentation is unclear or has errors, where can I provide feedback? For example, Ionic Docs ion-header: Header Parent Component for Ionic Framework Apps Ion-header is a parent component that...
View Article