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?
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.
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.