my flutter app uses the webview_flutter: ^3.0.1 plugin. I want to show the website I created which has a table with values in it and a bar chart below that visualizes those values. It works fine on android but on ios, while the table is fine, the bar chart isn't visible. My first guess was javascript is not working but I set the javascriptMode to unrestricted in the code. Any ideas or solutions ? Thanks :)