Skip to content

[add2app] webview_flutter (non-hybrid version) renders scroll bars on the wrong side. #79312

@math1man

Description

@math1man

Steps to Reproduce

Edit: this issue appears to only manifest in our add-to-app use case. I'm not sure which layers of our add-to-app construction are specifically related to the problem.

  1. Create a simple flutter app that uses the WebView plugin to render a page that is long enough to scroll.
  2. Make sure to use the non-hybrid version of the plugin (not SurfaceAndroidWebView)
  3. Run the app on Android (emulator should be fine) and scroll the page

Expected results:

Scroll bar should be rendered on the right side in LTR locales.

Actual results:

Scroll bar is rendered on the left side no matter the locale.

Metadata

Metadata

Assignees

Labels

P3Issues that are less important to the Flutter projecta: existing-appsIntegration with existing apps via the add-to-app flowfound in release: 2.0Found to occur in 2.0found in release: 2.1Found to occur in 2.1has reproducible stepsThe issue has been confirmed reproducible and is ready to work onp: webviewThe WebView pluginpackageflutter/packages repository. See also p: labels.platform-androidAndroid applications specificallywaiting for PR to land (fixed)A fix is in flight

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions