When using a webintent link on my iOS app it will open the twitter app however the twitter app is not creating a tweet as it does on a web browser:

Using: twitter://intent/tweet?url=${Uri.encodeComponent('www.google.com')}'

Expected would be that the twitter app opens and creates the intent tweet as it does on web. Is there something I am missing? The link does properly open twitters app however the twitter app is not building the tweet based on that intent link as it does when it opens in a web browser on an iOS device.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.