barmaglot
Newbie
- Feb 8, 2022
- 4
- 0
Hi all!
Is there a similar tool to "INTENT" for ios? The simplest example: TikTok app, the user clicks on a link in his account -> he is shown a page with a button -> he clicks on the button (which has the android intent to the site: 'intent://google.com#Intent;scheme=https;package=com.android.chrome;end') -> he gets thrown out of webview TikTok to the chrome browser to the site. How can this be done for ios and safari? Also in one line of code.
Is there a similar tool to "INTENT" for ios? The simplest example: TikTok app, the user clicks on a link in his account -> he is shown a page with a button -> he clicks on the button (which has the android intent to the site: 'intent://google.com#Intent;scheme=https;package=com.android.chrome;end') -> he gets thrown out of webview TikTok to the chrome browser to the site. How can this be done for ios and safari? Also in one line of code.