You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
错误定位:TypeError: Cannot read property getFocusController of undefined
RNCWebView 文件 line 142 aboutToDisappear方法中
第一行 this.getUIContext().getFocusController().clearFocus() this.getUIContext() is undefined
临时方案 this.getUIContext().getFocusController().clearFocus() 这一行代码放入到try catch中
Environment: