web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Service | Customer Service, Contact Center, Fie...
Suggested Answer

File Download Not working in Field Service Mobile

(0) ShareShare
ReportReport
Posted on by 5

We have form embedded html web resource which use to download image as shown as bellow. This is not working in any mobile platform. Are there any workaround or any suggestion for this issue?

1st approach -

function DownloadImage(srcEncoded, filename) {
         const linkSource = srcEncoded;
         const downloadLink = document.createElement("a");
         downloadLink.href = linkSource;
         downloadLink.download = filename;
         downloadLink.click();
}

2nd approch - 

var imglink = '<a href = "' + srcEncoded+ '" download = "' + filename + '" style="color:#bf425d"> download </a>'

srcEncoded is a 64bit encoded string

I have the same question (0)
  • Suggested answer
    Community Member Profile Picture
    on at

    Hi Randika,

    The capability to display web resources and Iframes in phone clients was introduced in Dynamics 365 for Customer Engagement apps version 9.0.

    https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/developer/create-web-resources-iframe-mobile?view=op-9-1

    https://learn.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/iframe-web-resource-support-dynamics-365-phones-tablets?view=op-9-1

    Is it offline? Web resources are partially supported in offline mode. Refer to the table below for more information.

    https://learn.microsoft.com/en-us/dynamics365/mobile-app/mobile-offline-capabilities#limitations 

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Women in Power Builds Momentum

Expanding mentorship, skilling, and AI innovation

Congratulations to the June Top 10 Community Leaders

These are the community rock stars!

Leaderboard > Service | Customer Service, Contact Center, Field Service, Guides

#1
Muhammad Shahzad Shafique Profile Picture

Muhammad Shahzad Sh... 63 Most Valuable Professional

#2
11manish Profile Picture

11manish 23

#3
Hamza H Profile Picture

Hamza H 14 Super User 2026 Season 1

Last 30 days Overall leaderboard

Featured topics

Product updates

Dynamics 365 release plans