[ 
https://issues.apache.org/jira/browse/CB-13282?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16484209#comment-16484209
 ] 

Bernhard Eckl commented on CB-13282:
------------------------------------

config.xml:

<?xml version='1.0' encoding='utf-8'?>
<widget android-versionCode="8" id="de.foo.bar" ios-CFBundleVersion="1.8" 
version="1.8" xmlns="http://www.w3.org/ns/widgets"; 
xmlns:gap="http://phonegap.com/ns/1.0";>
 <name>OTH-AW App</name>
 <description>
desc
 </description>
 <author email="[email protected]" href="http://www.foo.bar";>
author
 </author>
 <content src="index.html" />
 <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:*" />
 <allow-intent href="fb:*" />
 <allow-intent href="intent:*" />
 <icon src="res/icon.png" />
 <preference name="SplashScreenDelay" value="0" />
 <platform name="android">
 <allow-intent href="market:*" />
 <preference name="android-minSdkVersion" value="14" />
 <preference name="android-targetSdkVersion" value="26" />
 <preference name="InAppBrowserStorageEnabled" value="true" />
 <access launch-external="yes" origin="tel:*" />
 <access launch-external="yes" origin="geo:*" />
 <access launch-external="yes" origin="mailto:*"; />
 <access launch-external="yes" origin="sms:*" />
 <access launch-external="yes" origin="market:*" />
 <icon density="ldpi" src="res/android/ldpi.png" />
 <icon density="mdpi" src="res/android/mdpi.png" />
 <icon density="hdpi" src="res/android/hdpi.png" />
 <icon density="xhdpi" src="res/android/xhdpi.png" />
 </platform>
 <platform name="ios">
 <allow-intent href="itms:*" />
 <allow-intent href="itms-apps:*" />
 <preference name="BackupWebStorage" value="local" />
 <preference name="Orientation" value="portrait" />
 <preference name="SuppressesLongPressGesture" value="true" />
 <icon height="180" src="res/ios/[email protected]" width="180" />
 <icon height="60" src="res/ios/icon-60.png" width="60" />
 <icon height="120" src="res/ios/[email protected]" width="120" />
 <icon height="76" src="res/ios/icon-76.png" width="76" />
 <icon height="152" src="res/ios/[email protected]" width="152" />
 <icon height="40" src="res/ios/icon-40.png" width="40" />
 <icon height="80" src="res/ios/[email protected]" width="80" />
 <icon height="57" src="res/ios/icon.png" width="57" />
 <icon height="114" src="res/ios/[email protected]" width="114" />
 <icon height="72" src="res/ios/icon-72.png" width="72" />
 <icon height="144" src="res/ios/[email protected]" width="144" />
 <icon height="29" src="res/ios/icon-small.png" width="29" />
 <icon height="58" src="res/ios/[email protected]" width="58" />
 <icon height="50" src="res/ios/icon-50.png" width="50" />
 <icon height="100" src="res/ios/[email protected]" width="100" />
 <icon height="167" src="res/ios/[email protected]" width="167" />
 </platform>
 <engine name="android" spec="^6.2.3" />
 <engine name="ios" spec="^4.4.0" />
 <plugin name="cordova-open" spec="^1.0.12" />
 <plugin name="cordova-plugin-clipboard2" spec="^0.1.0" />
 <plugin name="cordova-plugin-device" spec="^1.1.6" />
 <plugin name="cordova-plugin-splashscreen" spec="^4.0.3" />
 <plugin name="cordova-plugin-themeablebrowser" spec="^0.2.17" />
 <plugin name="cordova-plugin-whitelist" spec="1" />
</widget>

> intent:// links not working
> ---------------------------
>
>                 Key: CB-13282
>                 URL: https://issues.apache.org/jira/browse/CB-13282
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: cordova-android
>            Reporter: Bernhard Eckl
>            Priority: Major
>
> intent:// links only work on the android / chrome browser, but not in a 
> Cordova App. But there is no other way to deep link to an app with a fallback 
> if it is not installed.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to