You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add deep link support to Example app and update README (#350)
- Register `intercom-sample://secondscreen` URL scheme for Android (intent-filter)
and iOS (CFBundleURLTypes) in config.xml
- Add deep link handling JS with second screen navigation in the Example app
- Add deep linking documentation link to README
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ An example app is provided [here](https://github.com/intercom/intercom-cordova/t
66
66
* Our [installation guide]((https://developers.intercom.com/installing-intercom/cordova-phonegap/installation/)) contains full setup and initialisation instructions.
67
67
* The [configuration guide](https://developers.intercom.com/installing-intercom/cordova-phonegap/configuration/) provides info on how to configure Intercom for Cordova/Phonegap.
68
68
* Read our guide on [Push Notifications](https://developers.intercom.com/installing-intercom/cordova-phonegap/push-notifications/) support.
69
+
* Learn how to handle [Deep Linking](https://developers.intercom.com/installing-intercom/cordova-phonegap/deep-linking) in your Cordova app.
69
70
* Please contact us on [Intercom](https://www.intercom.com/) with any questions you may have, we're only a message away!
0 commit comments