Sean Perkins
Sean Perkins
Thanks @probonopd! I'll research the best way to provide the AppImage and update the next release (and this issue) when that is available.
Making this into an npm package is possible, basically I would need to exclude out the `OnboardingModule`, but things like fonts, etc. would have to be manually copied in via...
Yes, that should be possible. Although may require some fiddling. Ideally you could listen for those pan gestures on the slide element and then re-use the "next" and "previous" function...
Closing, we have PR previews now.
@legendar yes, I would create a feature request around that specific API request to customize (opt-out) of that behavior. New APIs will be in a minor, but the malformed URI...
> [!NOTE] > Once this is merged into `main` and syncing to `next`, the dev team will need to run `npm run build` from `core/` to generate the updated contents...
@satheshsat the application should only have a single `ion-app` instance, which is in the `app.component.html`: ```diff + + ``` Please refer to our [starters](https://github.com/ionic-team/starters) and [best practices for routing](https://ionicframework.com/docs/angular/navigation). Currently...
Offline thought/conversation; we should be able to detect this based on the tab containing an outlet or not. It may be possible to drop the `no-outlet` complexity altogether and have...
Hello @Wasenshi123 thanks for this feature request. Can you perhaps take a screenshot from your example of which behavior you are referring to for the underline form control? In your...
Thank you for the extra detail + screenshots! I understand the differences now 👍 The underline border always being visible could be accomplished if Ionic exposed shadow parts for the...