Skip to content
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

[BUG] Html Editor Not working on Android #537

Open
AxitGondaliya opened this issue Sep 14, 2024 · 2 comments
Open

[BUG] Html Editor Not working on Android #537

AxitGondaliya opened this issue Sep 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@AxitGondaliya
Copy link

AxitGondaliya commented Sep 14, 2024

Not able to type anything when click on editor and when I am applying any style on getting initialize issue, please provide solution
image

@AxitGondaliya AxitGondaliya added the bug Something isn't working label Sep 14, 2024
@ygoncharenkofwd
Copy link

For me it helped to use these dependency overrides:

dependency_overrides:
  flutter_inappwebview_android:
    git:
      url: https://github.com/holzgeist/flutter_inappwebview
      path: flutter_inappwebview_android
      ref: d89b1d32638b49dfc58c4b7c84153be0c269d057
  flutter_inappwebview_ios:
    git:
      url: https://github.com/andychucs/flutter_inappwebview
      path: flutter_inappwebview_ios
      ref: master
  webview_flutter_android: 3.16.1

The iOS one is to make it build with XCode 16, the other 2 are to fix Android build

@AxitGondaliya
Copy link
Author

@ygoncharenkofwd Thank you it works for me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants