ionic-team / ionic-team/ionic-framework

bug: Nav does not inherit the mode to page components

Abierto
#25,644 0 comentarios 0 reacciones 0 asignados Ver en GitHub
package: core type: bug
Lenguaje dominante
TypeScript
Estrellas
52.7k
Forks
13.3k
Merge medio
1 d 15 h
PR fusionados (30 d)
51

Descripción

### Prerequisites

- [X] I have read the [Contributing Guidelines](https://github.com/ionic-team/ionic-framework/blob/main/.github/CONTRIBUTING.md#creating-an-issue).
- [X] I agree to follow the [Code of Conduct](https://ionicframework.com/code-of-conduct).
- [X] I have searched for [existing issues](https://github.com/ionic-team/ionic-framework/issues) that already report this problem, without success.

### Ionic Framework Version

- [X] v4.x
- [X] v5.x
- [X] v6.x
- [ ] Nightly

### Current Behavior

When manually applying the mode to `ion-nav`, the resulting page components pushed into nav do not inherit the specified mode. Additionally, page transitions for the nav to not take into account the manually assigned mode.

This behavior has existed for a long time in Ionic. Changing this behavior should be consider a breaking change and handled during a major version of Ionic.

Split from: https://github.com/ionic-team/ionic-framework/issues/24264

### Expected Behavior

When using `` all page components that are pushed to the nav should default to the manually specified mode, `ios`. The resulting page transitions should also inherit the mode.

### Steps to Reproduce

1. ``
2. Preview in MD mode
3. Push a view
4. Observe: Page components are not iOS
5. Observe: Page transition is not iOS

### Code Reproduction URL

_No response_

### Ionic Info

N/A

### Additional Information

_No response_

Guía de contribución

Abrir la guía de contribución

Evaluación

Este issue todavía no se ha evaluado.

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.