How to load pages like WebView on EXPO web apps?

Hello, I am creating an EXPO app which can handle WebView on mobile and access to web for the EXPO web (part of the app).

I have no clue how to handle that…

Do I have to check for the device type inside de app.js ?

but then… if some tabs load a WebView on mobile … how do I address that for EXPO web inside the same app since WebView does not show to be compatible for the web for obvious reasons… Using and Iframe would be ok but have no idea how to integrate it into the same code in the app.

Suggestions are greatly welcome.

Thanks and #STAYSAFE

Have you tried the Webview API here? It’s simply lovely and a pleasure to use. Probably the simplest / easiest API in expo.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.