|
- Ionic Forum - Build cross-platform mobile apps with HTML, CSS, and . . .
Forum for Ionic Framework, Capacitor, and everything cross-platform mobile app development related
- Ionic capacitor using blocked aria-hidden issue
Blocked aria-hidden on an element because its descendant retained focus The focus must not be hidden from assistive technology users Avoid using aria-hidden on a focused element or its ancestor Consider using the inert attribute instead, which will also prevent focus For more details, see the aria-hidden section of the WAI-ARIA specification at Accessible Rich Internet Applications (WAI
- Edge to edge Android - Ionic Framework - Ionic Forum
Hi, I’d like to add safe area padding for edge to edge android phones, right now it looks like this Please notice the white, barely visible status bar on top and gesture navigation crossing the main buttons If I add in mainActivity java the system padding by detecting the insets public class MainActivity extends BridgeActivity { @Override protected void onCreate(Bundle savedInstanceState
- Issue on ionic v8 + capacitorJs + angular 19
Hello, I have a strange issue To reproduce: Create a simple “tabs” (ionic start) project with Angular 19 on the latest version ionic serve: works fine Add Capacitor: npm cap add android ionic build npx cap sync Then, with Android Studio, I deploy to Android and get an error: "NullInjectorError: No provider for ho!" If I add "optimization": false in the configurations of angular json
- Ionic 7 - Mask on a ion-input - Ionic Angular - Ionic Forum
I updated my ionic to 7 1 2 but unfortunately the example ion-input: Custom Input Value Type Styling and CSS Properties doesn’t work Did you manage to find a solution?
- Ionic keyboard: Cannot scroll - Ionic Angular - Ionic Forum
Here’s an open issue about this I think - bug: scroll assist needs improved keyboard estimation on web · Issue #23664 · ionic-team ionic-framework · GitHub A workaround: You can also disable scroll assist for now by setting scrollAssist: false in your Ionic config This allows you to avoid this behavior while continuing to use ion-input
- Ionic Generate Page Issue with Angular Standalone
Angular 19 updated the default components to standalone, so if you dont want to manually add all “standalone: false” to the components you can just downgrade to v18 of angular, until Ionic finds a way to solve this issue
- Centering content - Ionic Framework - Ionic Forum
I figure “Ionic gonna Ionic” when it comes to top-level elements like <ion-header> or <ion-content>, so I just leave them be and work one level inside them
|
|
|