orientationChanged Appears to be Broken in 10.0.0 DP7
Posted: Mon Dec 18, 2023 10:12 pm
I have a pair of mobile apps I've been developing in the 10.0.0 DP series. DP7 fixed a bug I previously reported where Android background audio could not play a live HE-AACv1 ICY type stream. When I built the standalones for both iOS and Android with DP7, none of the code I had in orientationChanged had any effect. The devices remained on the portrait orientation card.
I was able to work around this issue by moving all my orientation related code to resizeStack. This works great on Android and mostly works on iOS. On my iPhone the app occasionally gets stuck on either the portrait or landscape card and I need to rotate the device between orientations to clean it up. On my Pixel 7 it just works.
If anyone else can verify this is a repeatable bug in 10.0.0 DP7 I'm happy to submit a formal bug report.
Thank you!
I was able to work around this issue by moving all my orientation related code to resizeStack. This works great on Android and mostly works on iOS. On my iPhone the app occasionally gets stuck on either the portrait or landscape card and I need to rotate the device between orientations to clean it up. On my Pixel 7 it just works.
If anyone else can verify this is a repeatable bug in 10.0.0 DP7 I'm happy to submit a formal bug report.
Thank you!