Webview url .html Character Problem

I added .html files in webview. I defined the url but there was a Turkish character problem. How can I solve it? (Saved with UTF-8 - Notepad++)

https://x.thunkable.com/projects/5d185a25189b10d5f7e06afe/Web_Viewer7/designer
https://x.thunkable.com/copy/b58eef314645eb5e9f6d2777a7a4c9c6

<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 </head>

I fugure out. I used this code.

1 Like