Skip to content

[webview_flutter] should use TextDirection.ltr for webview_android #66208

@Sunbreak

Description

@Sunbreak

https://github.com/flutter/plugins/blob/webview_flutter-v0.3.22+1/packages/webview_flutter/lib/src/webview_android.dart#L53

AndroidView(
  // WebView content is not affected by the Android view's layout direction,
  // we explicitly set it here so that the widget doesn't require an ambient
  // directionality.
  layoutDirection: TextDirection.rtl,
)

Steps to Reproduce

Expected results:

Actual results:

Logs

Metadata

Metadata

Assignees

No one assigned

    Labels

    c: proposalA detailed proposal for a change to Flutterp: webviewThe WebView pluginpackageflutter/packages repository. See also p: labels.r: fixedIssue is closed as already fixed in a newer version

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions