Skip to content

Does not support Chinese #68

@7449

Description

@7449

English is normal, I got an error when I entered Chinese

english

new WebviewScaffold(
        url: new Uri.dataFromString(
                '<html><body>hello</body></html>',
                mimeType: 'text/html')
            .toString())

chinese

new WebviewScaffold(
        url: new Uri.dataFromString(
                '<html><body>你好</body></html>',
                mimeType: 'text/html')
            .toString())

Hope to get a reply

thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions