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 :
Power Platform Community / Forums / Power Apps / Download function not ...
Power Apps
Answered

Download function not working on mobile

(0) ShareShare
ReportReport
Posted on by 16

Works fine through a web browser. Button downloads a file on a SharePoint site. Mentions "However, in Power Apps mobile app, the request will not work since authenticating the download request is not handled by the mobile device.". I'm assuming that means this is not supported? What about using "launch"? Is there a way to detect if running on mobile, to call download/launch appropriately? If I can't download the file, I'd like to switch to an app to view the file (like Excel).

Categories:
  • Verified answer
    RandyHayes Profile Picture
    76,299 Super User 2024 Season 1 on at

    @tylermontneyacc 

    Yes, you can Launch to the document.

     

    To determine if you are on Mobile or browser, you can utilize the following formula:

    IsBlank(Acceleration.X)

    This will be blank (true) on a desktop and false on mobile.

     

    So, for example in your OnStart action, add the following:

    Set(IsMobile, !IsBlank(Acceleration.X))

     

    I hope this is helpful for you.

  • tylermontneyacc Profile Picture
    16 on at

    For whatever reason, I had to do this instead:

    Set(IsMobile, (Acceleration.X < 0 || Acceleration.X >= 0));

    IsBlank and IsNumeric always returned FALSE.

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!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 402 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 328

#3
WarrenBelz Profile Picture

WarrenBelz 296 Most Valuable Professional

Last 30 days Overall leaderboard