We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, running didpay using flutter web results in the following error:
Rejecting promise with error: TypeError: Cannot set properties of undefined (setting 'nativeCommunication')
Fix the error by adding the flutter_inappwebview_web package and editing web/index.html (hint: follow the thread here pichillilorenzo/flutter_inappwebview#1468)
flutter_inappwebview_web
web/index.html
The text was updated successfully, but these errors were encountered:
.take
Sorry, something went wrong.
Thanks for taking this issue! Let us know if you have any questions!
@ethan-tbd, the crash no longer occurs after your recent PR.
The web app now loads without a crash.
@victoreronmosele you're right, looks like the error detailed in this issue was fixed by updating flutter_inappwebview here. will close out this issue
flutter_inappwebview
victoreronmosele
No branches or pull requests
Currently, running didpay using flutter web results in the following error:
Fix the error by adding the
flutter_inappwebview_web
package and editingweb/index.html
(hint: follow the thread here pichillilorenzo/flutter_inappwebview#1468)The text was updated successfully, but these errors were encountered: