Circular Swipe with Ion-Slide
Hello! How to make this type of slider. If we swipe left it rotate like wheel and change selected array values. Thanks.
View ArticleHow do you set the font size and line height for a CSS custom property
You could give vue-quill a try: GitHub - vueup/vue-quill: Rich Text Editor Component for Vue 3.
View ArticleWhere to offer feedback or submit errors in documentation?
github.com ionic-team/ionic-docs/blob/27504777d0689f4e795a8650a6a729a4f0e5bce2/CONTRIBUTING.md # Contributing Guide Thanks for your interest in contributing to Ionic's documentation! :tada: Check the...
View ArticleWhere to offer feedback or submit errors in documentation?
@rapropos linked the ionic Docs, which is correct, but the Texts for the Commponents come from the Core Ionic Framework: ionic-framework/core/src/components/header at main · ionic-team/ionic-framework...
View ArticleCircular Swipe with Ion-Slide
Hey there, i’m sadly not here to give you the answer but a hint: Ion-Slides will be depraecated in Ionic V6 and removed in v7. Here is a Migration Information and Linkt o a specific Guide: Ion-Slides:...
View ArticlePage Blank Due To ion-page-invisible Not Getting Removed
if it is a bug, maybe post all the code, through a sample project and open an issue so that a real solution and not a workaround can be provided
View ArticleWhere to offer feedback or submit errors in documentation?
Nice, ok, thank you both the referenced docs are pretty intimidating for me still trying to learn Ionic basics, I guess I was hoping for something like google has with a “Submit feedback” button at...
View ArticleHow to pass data to appcomponent page from other page
Use IONIC service to make data transfer between pages. Refer this https://edupala.com/ionic-service/
View ArticleHow to pass data to appcomponent page from other page
I am working on a ionic angular project, where I use app.component.ts as a service page . Moreover I can get and set values from different pages in the app.component. Service is just a component which...
View ArticleHow to pass updated user name from edit profile page to app component's side...
In your app.module.ts import { AppComponent } from './app.component'; //if you don't have @NgModule({ declarations: [AppComponent,...], //if you don't have ... }) And in your mypage.page.ts (or...
View ArticlePassing value to app.component.ts
In your app.module.ts import { AppComponent } from './app.component'; //if you don't have @NgModule({ declarations: [AppComponent,...], //if you don't have ... }) And in your mypage.page.ts (or...
View ArticleExchange applepay token to stripe token on ionic angular
Project Version: ionic: 6.16.1 capacitor: 3.0.2 angular: 12.0.5 The situation is that we manage to integrate stripe (google pay and credit cards) on ionic web (no domain since it is a native app, just...
View ArticlePrefix for CSS for cordova browsing engine
Dont have to care about them Ionic Docs Glossary - Ionic Documentation Ionic is the app platform for web developers. Build amazing mobile, web, and desktop apps all with one shared code base and open...
View ArticleChanging the color of text inside an ion-tab
Hi! I’m trying to change the text (ion-label) color inside an ion-tab-button (these are the generated tabs that come with the tabs template) when it’s pressed. I’m looking to do something very similar...
View ArticleHow to pass data to appcomponent page from other page
thank you guys for you help. i’ve learnt a lot and solved my problem with observabels. I do have a concept of service. all my API calls i made are exist there. so what i did i import and create...
View ArticleHow to pass updated user name from edit profile page to app component's side...
thank you guys for you help. i’ve learnt a lot and solved my problem with observabels using this link: How to pass data to appcomponent page from other page - #4 by rapropos. I do have a concept of...
View ArticleDebugging not working on iOS / Safari
Hi, I’ve the same problem. Any suggestion? Thank you!
View ArticleIon Footer overlap content
I hope you already solved your problem. In case you didn`t solve it or someone else need to know the correct answer. <ion-footer> must be placed wrapped with the <ion-toolbar> tag....
View Article