Skip to content

Commit 4e8b545

Browse files
feat. make browser activity resizable
1 parent 5e5c310 commit 4e8b545

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

config.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@
3434
<preference name="androidxEnabled" value="true" />
3535

3636

37-
3837
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest/application">
3938
<application android:networkSecurityConfig="@xml/network_security_config" />
4039
<application android:hardwareAccelerated="true" />

src/plugins/browser/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616

1717
<config-file parent="./application" target="AndroidManifest.xml">
18-
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:name="com.foxdebug.browser.BrowserActivity" android:theme="@style/Theme.AppCompat.NoActionBar" android:windowSoftInputMode="adjustResize">
18+
<activity android:configChanges="orientation|keyboardHidden|keyboard|screenSize|locale|smallestScreenSize|screenLayout|uiMode" android:name="com.foxdebug.browser.BrowserActivity" android:theme="@style/Theme.AppCompat.NoActionBar" android:windowSoftInputMode="adjustResize" android:resizeableActivity="true">
1919
</activity>
2020
</config-file>
2121

0 commit comments

Comments
 (0)