andynvt
andynvt
@p-mazhnik It seems it's not working for me. I use this URL for testing. ``` https://99rnp6er5kop15.embednotionpage.com/Notion-test-page-3d941e191ea94e648c50d85a160cd333 ``` ```dart await controller.evaluateJavascript(source: 'document.getElementsByClassName("layout");'); await controller.evaluateJavascript( source: 'document.getElementsByClassName("layout")[0].setAttribute("style", "--margin-width: 10px; padding-bottom: 0px;");', );...
Thanks for your response @p-mazhnik. Unfortunately, I deployed it to firebase hosting. And it remains the same issue. (evaluateJavascript not working)
> @andynvt, For web even after disabling CORS, there is a internal CORS thrown while accessing iframe of diff domain. basically, it browser restricts you to even access the iframe...
I cannot host the embedded webview on my server, it's in another 3rd service. I think most webview cases will look like my case (showing a 3rd party website iframe)....
@p-mazhnik Should you release a new package for this? it seems the author didn't work on this repo anymore
yes, really need it > I really need this functionality, is there anything new?
any update ? Right after the toast is dismissed from screen, the error will show ``` Flutter 3.16.9 • channel stable • https://github.com/flutter/flutter.git Framework • revision 41456452f2 (7 weeks ago)...
> Wrap it with Future.delay:  Does this work @Trung15010802 ?
> > > Wrap it with Future.delay:  > > > > > > Does this work @Trung15010802 ? > > It's work for me. I don't see any error...