link from HTML href to native app
问题 right now I'm creating a custom tweet button for user to click it and automatically call twitter web intent to share/tweet some link. the method I'm using now is creating an anchor with href to https://twitter.com/share?url=[some url to share] because I will use this on mobile site, is it possible to create similar href or similar link that will instead open the native app to tweet rather than opening a new tab from the browser that will open twitter website? (My goal is to make the native