flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
165.51k stars 27.32k forks source link

通过AndroidView集成高德地图插件后,TextField组件弹出点击弹出键盘后,AndroidView上面的地图出现异常!(After integrating the Gaode map plugin through AndroidView, the TextField component pops up and pops up the keyboard, and the map above the AndroidView is abnormal!) #33711

Closed Tester-1991 closed 4 years ago

Tester-1991 commented 5 years ago

W/Adreno-EGLSUB(14170): : dequeue native buffer fail: No such device, buffer=0x0, handle=0x0 W/Adreno-EGL(14170): : EGL_BAD_SURFACE W/GLThread(14170): eglSwapBuffers failed: EGL_BAD_SURFACE AndroidView集成高德地图后,TextField组件点击后弹出键盘,然后出现上面的错误,请问怎么解决,谢谢。 (google translate) After AndroidView integrates Gaode map, the TextField component pops up the keyboard after clicking, and then the above error occurs. How to solve it, thank you.

BondarenkoStas commented 5 years ago

@android-shiyan did you find a way to solve it? please provide your flutter doctor. also please provide a small self-contained app that demonstrates the problem. You can include small examples inline if they're enclosed by backticks, or just provide a public link to a github "gist" - https://gist.github.com/.

iapicca commented 4 years ago

Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!

Thanks for your contribution.

github-actions[bot] commented 3 years ago

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, including the output of flutter doctor -v and a minimal reproduction of the issue.