A alon Active Member Licensed User Longtime User Jan 9, 2018 #1 Hi all, I would like to know if there is any solution to the following situation: I Have a text with phone numbers and other characters, which I need that when the user will click on the phone part it will dial to the number which he was clicking on. Thanks
Hi all, I would like to know if there is any solution to the following situation: I Have a text with phone numbers and other characters, which I need that when the user will click on the phone part it will dial to the number which he was clicking on. Thanks
Erel B4X founder Staff member Licensed User Longtime User Jan 9, 2018 #2 See the clickable text section: https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content Upvote 0
See the clickable text section: https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content
A alon Active Member Licensed User Longtime User Jan 9, 2018 #3 Erel said: See the clickable text section: https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content Click to expand... Thanks that is really great, but now how can I detect the phone number within a lot of text? Upvote 0
Erel said: See the clickable text section: https://www.b4x.com/android/forum/threads/charsequence-csbuilder-tutorial.76226/#content Click to expand... Thanks that is really great, but now how can I detect the phone number within a lot of text?
Erel B4X founder Staff member Licensed User Longtime User Jan 9, 2018 #4 You can build it with regex: https://www.b4x.com/android/forum/threads/csbuilder-marking-based-on-regex-pattern.83002/#content Upvote 0
You can build it with regex: https://www.b4x.com/android/forum/threads/csbuilder-marking-based-on-regex-pattern.83002/#content
A alon Active Member Licensed User Longtime User Jan 9, 2018 #5 Erel said: You can build it with regex: https://www.b4x.com/android/forum/threads/csbuilder-marking-based-on-regex-pattern.83002/#content Click to expand... Thanks a lot... Upvote 0
Erel said: You can build it with regex: https://www.b4x.com/android/forum/threads/csbuilder-marking-based-on-regex-pattern.83002/#content Click to expand... Thanks a lot...