akaboshinit/flutter_inline_webview_macos

Evaluate Javascript

Opened this issue · 6 comments

Hey , like Title says , can we evaluate javascript , and use a bridge or something to communicate

Sorry for the late reply.
Thanks for the issue!

I think it's doable as an implementation!

flutter_inline_webview_macos is flutter_inappwebview It's pretty much based on this package and is supported there I think it's possible!

I think this would be the bare minimum implementation for a webview, and I can't wait to get it implemented!

Also, keep an eye on this issue! #12

@akaboshinit thanks for the reply , i tried on that plugin as well , and faced some issues , but that package is still in beta phase of macos , so i guess that will be fixed

@rohitsangwan01
I took a closer look at it and yes, thanks!
But the swift mechanism I'm using inside is the same as that package, so I think it's possible to implement it, though I'd need to modify it a bit!

More than that #12 What do you think about this?
Even if I implement "Evaluate Javascript", I don't think it's a package that can be used for development.

I think we can wait until this is settled.

sugur commented

I also want to evaluate javascript , and use a bridge or something to communicate.

@akaboshinit yes seems like waiting is the only option ,
@sugur we have another option , puppeteer ,if our main goal is to evaluate JS, and perform some tasks from the Web

sugur commented

puppeteer
Can use puppeteer to set header , then open url in webview?