On Android we can control how the device should react when the user clicks on a link in the web browser, or more specific control which Activity should be started. Every time the user clicks on a link the browser sends an intent to the platform with the following content. action = android.intent.action.VIEW category = android.intent.category.BROWSABLE data = the text from the href tag
Read full article from The BROWSABLE category revealed – Jayway
No comments:
Post a Comment