Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[feat] Supports multiple webviews on mobile platforms #11528

Open
x6eull opened this issue Oct 29, 2024 · 1 comment
Open

[feat] Supports multiple webviews on mobile platforms #11528

x6eull opened this issue Oct 29, 2024 · 1 comment

Comments

@x6eull
Copy link

x6eull commented Oct 29, 2024

Describe the problem

My mobile application needs to navigate to a third-party page (for authorizing or information reference), and I need a way to add a "return button" for user when he wants to abort that process (and return to the application page).
Iframes doesn't work since some third-party sites use X-FRAME-OPTIONS or CSP header to prevent itself from loading in iframes.

With multiwebview, I can create a fixed navbar on top of the screen to gain more control over the navigation.
However, this is not feasible on mobile platforms since multiwebview are available on desktop and crate feature unstable only.

Describe the solution you'd like

I would like to have multiwebview feature available on mobile platforms.

Alternatives considered

Listen to onBackPressed on Android (snippet from #8142 (comment) ), but it's not applicable to iOS targets.

Additional context

No response

@sebhernandezr
Copy link

#11359

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants