Closed ethan-tbd closed 1 month ago
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 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1468)
flutter_inappwebview_web
web/index.html
.take
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
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 https://github.com/pichillilorenzo/flutter_inappwebview/issues/1468)