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
Please review the InAppBrowser Plugin. Alternatively, consider using an Iframe, as detailed here and here
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.