File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
src/app/ApplicationTemplate.Mobile/Android Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 19
19
android : required =" false" />
20
20
21
21
<!-- This is to properly support widescreen devices. -->
22
+ <!-- This requires the activity to be resizable. -->
22
23
<!-- See https://android-developers.googleblog.com/2017/03/update-your-app-to-take-advantage-of.html for more details. -->
23
24
<meta-data android : name =" android.max_aspect" android : value =" 2.1" />
24
25
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ namespace ApplicationTemplate;
10
10
ConfigurationChanges = global ::Uno . UI . ActivityHelper . AllConfigChanges ,
11
11
WindowSoftInputMode = SoftInput . AdjustNothing | SoftInput . StateHidden ,
12
12
ScreenOrientation = ScreenOrientation . Portrait ,
13
- ResizeableActivity = false ,
13
+ ResizeableActivity = true ,
14
14
LaunchMode = LaunchMode . SingleTask
15
15
) ]
16
16
public sealed class MainActivity : Microsoft . UI . Xaml . ApplicationActivity
You can’t perform that action at this time.
0 commit comments