Original issue by @rafamel on 2019-05-24T12:30:45Z
Bug Report
Ionic version:
[x] 4.x
[x] 5-beta
Current behavior:
Both @ionic/lab@1.0.24 and @ionic/lab@2.0.0-beta.3 fail to show ios styles for a react build, whether it is done as a "custom" type project with ionic@4.12.0 cli, or done as a "react" type project with ionic@5.0.0-beta.3 cli. Any combination of @ionic/lab with ionic stable and beta fail to properly apply ios styles. This has been tried with @ionic/core@4.4.2 and @ionic/core@4.5.0-dev.201905231504.7ab9479 (dev).
I don't have an ios device at hand at the moment, so I'm unable to know whether it would work while actually running on ios, or this is a more general issue with platform detection.
Expected behavior:
Lab should be able to show show both md and ios styles.
Steps to reproduce:
Use ionic@5.0.0-beta.3 to create a tabs react project and run with lab.
Edit: It works fine with Chome's emulator, so it looks like it's a lab issue?
Original issue by @rafamel on 2019-05-24T12:30:45Z
Bug Report
Ionic version:
[x] 4.x
[x] 5-beta
Current behavior:
Both
@ionic/lab@1.0.24and@ionic/lab@2.0.0-beta.3fail to show ios styles for a react build, whether it is done as a "custom" type project withionic@4.12.0cli, or done as a "react" type project withionic@5.0.0-beta.3cli. Any combination of @ionic/lab with ionic stable and beta fail to properly apply ios styles. This has been tried with@ionic/core@4.4.2and@ionic/core@4.5.0-dev.201905231504.7ab9479(dev).I don't have an ios device at hand at the moment, so I'm unable to know whether it would work while actually running on ios, or this is a more general issue with platform detection.
Expected behavior:
Lab should be able to show show both md and ios styles.
Steps to reproduce:
Use ionic@5.0.0-beta.3 to create a
tabsreact project and run with lab.Edit: It works fine with Chome's emulator, so it looks like it's a lab issue?