-
Notifications
You must be signed in to change notification settings - Fork 938
Closed
Labels
Description
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