mirror of
https://github.com/shuto-cn/cordova-plugin-inappbrowser.git
synced 2025-04-27 20:02:35 +08:00
Add necessary capability so the plugin works on its own
This commit is contained in:
parent
e282cc9e38
commit
bdf4ade2bb
@ -102,6 +102,10 @@
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
||||
<Capability Name="ID_CAP_NETWORKING" />
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/wp/InAppBrowser.cs" />
|
||||
</platform>
|
||||
|
||||
@ -116,6 +120,10 @@
|
||||
</feature>
|
||||
</config-file>
|
||||
|
||||
<config-file target="Properties/WMAppManifest.xml" parent="/Deployment/App/Capabilities">
|
||||
<Capability Name="ID_CAP_NETWORKING" />
|
||||
</config-file>
|
||||
|
||||
<source-file src="src/wp/InAppBrowser.cs" />
|
||||
</platform>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user