-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cannot read property 'callHandler' of undefined #204
Comments
flutter_inappwebview._callHandler('goToCashier', setTimeout(function(){}), JSON.stringify([{shopId: 1}])) can solve this problem |
This was referenced Jul 6, 2020
Closed
Closed
@Richard-Choooou |
Is there any common way to solve this ? |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug and a minimal reproduction of the issue. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
doesn't have "callHandler" function in the flutter_inappwebview object, only _callHandler, how can I fix it? thanks.
version: 2.1.0+1
The text was updated successfully, but these errors were encountered: