Hey everyone, does anyone know how to disable land...
# multiplatform
e
Hey everyone, does anyone know how to disable landscape orientation in a Compose Multiplatform project?
m
you'll have to handle this differently for each platform ,
From AndroidManifest in android
and Info.plist in iOS
e
amazing!! thanks kodee happy
1
m
But it’s actually discouraged to do that. An app should work on all window sizes especially in the light of the latest developments https://developer.android.com/about/versions/15/features#large-screens
🫶 1