M mehdipass Active Member Aug 19, 2022 #1 How to make label detect links for website, mail and phone number in b4i? see this in stackoverflow
Erel B4X founder Staff member Licensed User Longtime User Aug 21, 2022 #2 Best option is to use BBCodeView or CSBuilder: https://www.b4x.com/android/forum/threads/hyperlink-click-capture.92468/#post-584854 Search for dataDetectorTypes for that option. Upvote 0
Best option is to use BBCodeView or CSBuilder: https://www.b4x.com/android/forum/threads/hyperlink-click-capture.92468/#post-584854 Search for dataDetectorTypes for that option.
M mehdipass Active Member Aug 21, 2022 #3 Erel said: Best option is to use BBCodeView or CSBuilder: https://www.b4x.com/android/forum/threads/hyperlink-click-capture.92468/#post-584854 Search for dataDetectorTypes for that option. Click to expand... Hi, Thanks. I use this code but not clickable. In this code used this line: Clickable: cs.Clickable("cs", m.Group(0)) But not work in this event: Click: Sub cs_Click(Tag as object) log(Tag) End Sub Upvote 0
Erel said: Best option is to use BBCodeView or CSBuilder: https://www.b4x.com/android/forum/threads/hyperlink-click-capture.92468/#post-584854 Search for dataDetectorTypes for that option. Click to expand... Hi, Thanks. I use this code but not clickable. In this code used this line: Clickable: cs.Clickable("cs", m.Group(0)) But not work in this event: Click: Sub cs_Click(Tag as object) log(Tag) End Sub
Erel B4X founder Staff member Licensed User Longtime User Aug 21, 2022 #4 See the Clickable Links section: https://www.b4x.com/android/forum/threads/csbuilder-attributedstrings-builder.79153/#content Upvote 0
See the Clickable Links section: https://www.b4x.com/android/forum/threads/csbuilder-attributedstrings-builder.79153/#content