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 / Launch Function Not Wo...
Power Apps
Unanswered

Launch Function Not Working for URLs on Mobile in Power Apps

(1) ShareShare
ReportReport
Posted on by

Hi Community,

I’ve developed a Power App with three galleries, each connected to a separate SharePoint list. The galleries have the following functionalities:

  1. Gallery 1: Clicking an item launches a URL using the Launch(ThisItem.Link) function.
  2. Gallery 2: Clicking a button either navigates to a different screen or launches a URL based on the ActionType column.
If(
    ThisItem.ActionType = "Navigate",
    Navigate(
        Switch(
            ThisItem.ScreenName,
            "TipsScreen",
            TipsScreen,
            "UpcomingEventsScreen",
            UpcomingEventsScreen,
            "MyCareerScreen",
            MyCareerScreen,
            "LeadershipScreen",
            LeadershipScreen
        )
    ),
    ThisItem.ActionType = "Launch",
    Launch(ThisItem.AppURL)
)

Gallery 3: Clicking a button launches a URL if it exists.

If(
    !IsBlank(ThisItem.AppUrl),
    Launch(ThisItem.AppUrl)
)
 

The app works perfectly in the web version of Power Apps—URLs are launched, and navigation to other screens happens as expected. However, when I use the app on a mobile device through the Power Apps mobile app:

  • Navigation to other screens works fine.
  • Launching URLs does not work.

I’ve verified that:

  • All URLs in the SharePoint lists are valid and start with https://.
  • The mobile app has the latest version installed.
  • Permissions for the Power Apps mobile app are properly configured.

Questions:

  1. Are there any known limitations or additional settings required for the Launch function to work on mobile devices?
  2. Could this issue be related to device-specific or platform-specific (iOS/Android) restrictions?
  3. Is there a workaround or alternative approach to reliably open URLs on mobile devices?

Any help or insights would be greatly appreciated.

Thanks in advance!

I have the same question (0)

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Vish WR Profile Picture

Vish WR 846

#2
Valantis Profile Picture

Valantis 532

#3
Haque Profile Picture

Haque 410

Last 30 days Overall leaderboard