Sean Perkins
Sean Perkins
Note: This also applies in scenarios with `presentation="month-year"`, basically where ever `ion-picker-internal` is being used: https://github.com/ionic-team/ionic-framework/issues/26604
@NeluQi thank you for the reproduction. I am able to reproduce on Window 10 with the latest Chrome. I also verified that toggling the `transformZ` on the `.modal-handle` does cause...
Hello @eLyrin thanks for this feature request! When using the default buttons for cancel and confirm, you can use the `ionCancel` event for responding to the cancel operation and `ionChange`...
Ahh shoot, the `goto` function is used internally by the `.setContent` flow. I'll need to rework this a bit after my meeting.
Hello @drakedeatonuk thanks for this feature request! I can see you have also experienced the pain that is trying to animate any content relative to the keyboard position! Based on...
Hello @drakedeatonuk apologies for the delay. Static offsets might be difficult to manage over time and respond to dynamic conditions (screen rotation, etc.). I would like to track this feature...
@jeroenkroese hello, thanks for reporting this issue. Are you using an alternate browser engine on your iPad? If so, can you share those details about your environment? The keyboard relocation...
@oliveryasuna the team is hoping to understand what limitations or challenges you have with the existing implementation to evaluate if the suggested feature would solve that problem. Ionic's components are...
Hello @rbalet thanks for reporting this issue! Can you make your reproduction public?
Hello @rbalet, thanks for making the repository public! As a workaround you can update your usage to: ```ts async openModal() { const modal = await this._modalController.create({ component: Tab2Page, cssClass: 'modal-alert-component',...