Add necessary capability so the plugin works on its own
This commit is contained in:
parent
e282cc9e38
commit
bdf4ade2bb
@ -102,6 +102,10 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</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" />
|
<source-file src="src/wp/InAppBrowser.cs" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
@ -116,6 +120,10 @@
|
|||||||
</feature>
|
</feature>
|
||||||
</config-file>
|
</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" />
|
<source-file src="src/wp/InAppBrowser.cs" />
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user