We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee41062 commit 110942eCopy full SHA for 110942e
plugin.xml
@@ -44,6 +44,15 @@
44
<param name="onload" value="true" />
45
</feature>
46
</config-file>
47
+
48
+ <config-file target="AndroidManifest.xml" parent="/manifest">
49
+ <queries>
50
+ <intent>
51
+ <action android:name="android.support.customtabs.action.CustomTabsService" />
52
+ </intent>
53
+ </queries>
54
+ </config-file>
55
56
<framework src="build/android/SafariViewController-java18.gradle" custom="true" type="gradleReference" />
57
<framework src="androidx.browser:browser:1.3.0" />
58
0 commit comments