Skip to content

Commit 60384d0

Browse files
committed
Fix issues with androidx and url handling
1 parent 8c87539 commit 60384d0

File tree

3 files changed

+106
-48
lines changed

3 files changed

+106
-48
lines changed

cordova/config/config.template

+8-1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,14 @@
2525
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest">
2626
<manifest xmlns:tools="http://schemas.android.com/tools" />
2727
</edit-config>
28+
<config-file target="AndroidManifest.xml" parent="/manifest">
29+
<queries>
30+
<intent>
31+
<action android:name=
32+
"android.support.customtabs.action.CustomTabsService" />
33+
</intent>
34+
</queries>
35+
</config-file>
2836

2937
<hook type="before_build" src="scripts/android/useFullScreenActivity.sh" />
3038

@@ -97,7 +105,6 @@
97105
<string>The app needs access to the camera, to be able to read QR codes.</string>
98106
</edit-config>
99107
</platform>
100-
<plugin name="cordova-plugin-whitelist" spec="1" />
101108
<plugin name="cordova-plugin-dialogs" spec="~2.0.1" />
102109
<plugin name="cordova-plugin-network-information" spec="~2.0.1" />
103110
<plugin name="cordova-plugin-secure-storage" spec="~3.0.1" />

0 commit comments

Comments
 (0)