Skip to content

Commit

Permalink
Fix issues with androidx and url handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ebma committed Feb 24, 2022
1 parent 8c87539 commit 60384d0
Show file tree
Hide file tree
Showing 3 changed files with 106 additions and 48 deletions.
9 changes: 8 additions & 1 deletion cordova/config/config.template
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@
<edit-config file="app/src/main/AndroidManifest.xml" mode="merge" target="/manifest">
<manifest xmlns:tools="http://schemas.android.com/tools" />
</edit-config>
<config-file target="AndroidManifest.xml" parent="/manifest">
<queries>
<intent>
<action android:name=
"android.support.customtabs.action.CustomTabsService" />
</intent>
</queries>
</config-file>

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

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

0 comments on commit 60384d0

Please sign in to comment.