Is it possible to set custom height in expo-web-browser?

Hi,
openBrowserAsync method opens a web browser modal that covers the full screen. I’d like to ask if it is possible to specify a custom height (e.g. height: Dimensions.get("window").height * 0.8) so that a part of the app will still be visible?

import * as WebBrowser from "expo-web-browser";
...
await WebBrowser.openBrowserAsync(url, {
        dismissButtonStyle: "cancel",
      });

SDK Version: 40
Platforms: Android/iOS

Hey @profesor11, this is not possible with the expo-web-browser module.

Cheers,
Adam

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