Skip to main content
Community site session details
Power Apps - Power Apps Pro Dev & ISV
Answered

how can i open web pages in power apps?

Like (0) ShareShare
ReportReport
Posted on 9 May 2025 08:50:40 by 2
I'm working on an app with PowerApp, and all I want is to open a certain web page (e.g. www.google.com ) inside the PowerApp rather than the device's default browser. Is there a way to fix this?
  • Verified answer
    Rajkumar_M Profile Picture
    3,716 Super User 2025 Season 2 on 09 May 2025 at 09:42:01
    how can i open web pages in power apps?
    Hi @CU09050849-0
     
    In PowerApps, opening a webpage like www.google.com inside the app (embedded or within a PowerApps screen) is not supported natively. PowerApps does not allow embedding arbitrary websites due to security and sandboxing limitations.
     
    1. Launch in external browser (default behavior):

    You can use:
    Launch("https://www.google.com")
     
    2. You can develop a PCF (PowerApps Component Framework) control that uses an iframe to display web content seamlessly inside your app.. Limitations still apply—many websites (like Google) block being shown in an iframe.
     
    Thanks!
     
    If my response has been helpful in resolving your issue, I kindly request that you consider clicking "Accept as solution" and "giving it a thumbs up" as a token of appreciation.
     

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 637 Most Valuable Professional

#2
stampcoin Profile Picture

stampcoin 570 Super User 2025 Season 2

#3
Power Apps 1919 Profile Picture

Power Apps 1919 473

Loading complete
Loading complete