flutter_inappwebview icon indicating copy to clipboard operation
flutter_inappwebview copied to clipboard

How to send callback from javascript code to flutter webview web?

Open Bitsy-Chuck opened this issue 1 month ago • 1 comments

  • [x] I have read the Getting Started section
  • [x] I have already searched for the same problem

Environment

Technology Version
Flutter version 3.19.4
Plugin version
Android version
iOS version
macOS version
Xcode version
Google Chrome version

Device information:

Description

I have an event that completes after some time in js async. I want to add a callback from js to flutter once that event completes. This is all on flutter web. How can I set it up? I cannot see any function to setup javascript channel from js to dart. Would appreciate any workaround if available.

Bitsy-Chuck avatar May 25 '24 10:05 Bitsy-Chuck