Mobile app url working for apple but not for android mobile phones
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2024 07:07 AM
Hi,
added a field to the mobile app's incident form that contains a URL, allowing users to join a link directly.
On Apple phones, the link works well, appearing the same as on the platform with no extra configuration needed. However, it doesn't work properly on Android, as it shows [code]link/url[code] instead.
How can I remove the [code]link/url[code] so that the URL displays correctly on Android
This is how its showing for android phones:
For apple its showing as it should
business rule to populate the link:
(function executeRule(current, previous /*null when async*/ ) {
if (current.u_bridge_link) {
'[code]<a href="'+ current.u_bridge_link+'" target="_blank">Join Bridge Call</a>[/code]';
} else {
current.u_tech_bridge = '';
}
0 REPLIES 0