cordova-plugin-tapticengine
Version:
Cordova Plugin for performing Taptic Engine Feedback on latest iOS Devices
29 lines (28 loc) • 1.15 kB
text/xml
<widget id="com.dev.tapticengine" version="1.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>TapticEngineApplication</name>
<description>
Cordova Plugin Test Application for performing Taptic Engine Feedback on latest Apple iOS devices
</description>
<author email="matteo.pisani.91@gmail.com" href="https://github.com/xonoxitron/cordova-plugin-tapticengine">
Matteo Pisani
E-mail: matteo.pisani.91@gmail.com
Linkedin: www.linkedin.com/in/matteopisani
</author>
<content src="index.html" />
<plugin name="cordova-plugin-whitelist" version="1" />
<access origin="*" />
<allow-intent href="http://*/*" />
<allow-intent href="https://*/*" />
<allow-intent href="tel:*" />
<allow-intent href="sms:*" />
<allow-intent href="mailto:*" />
<allow-intent href="geo:*" />
<platform name="android">
<allow-intent href="market:*" />
</platform>
<platform name="ios">
<allow-intent href="itms:*" />
<allow-intent href="itms-apps:*" />
</platform>
</widget>