91
Views
2
Comments
Embed Web Page in Mobile App

Hi, 

I need embed a website or a url inside my app, but today the behavior is not good (open a full page and when the user need to back, its not possible). How can I use a UI Widget like the below image, where a webview screen open inside my mobile app, that contains a button to close or refresh

I was looking for a component like this in the outsystems UI, but I couldnt find


2019-01-07 16-04-16
Siya
 
MVP

Please review the InAppBrowser Plugin. Alternatively, consider using an Iframe, as detailed here and here

2024-05-02 11-20-07
Bas Klein

To embed a website or a URL within your OutSystems mobile app, you can use the InAppBrowser Plugin. This plugin allows you to load a URL in an embedded browser with navigation capabilities. You can also use its events to create custom buttons for refresh or close actions. You can also refer to the OutSystems documentation for detailed instructions. 

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.