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
java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.inputmethod.InputConnection android.view.View.onCreateInputConnection(android.view.inputmethod.EditorInfo)' on a null object reference
#142
Closed
twopai opened this issue
Aug 14, 2019
· 4 comments
E/AndroidRuntime(25050): java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.inputmethod.InputConnection android.view.View.onCreateInputConnection(android.view.inputmethod.EditorInfo)' on a null object reference
E/AndroidRuntime(25050): at io.flutter.plugin.editing.TextInputPlugin.createInputConnection(TextInputPlugin.java:195)
E/AndroidRuntime(25050): at io.flutter.view.FlutterView.onCreateInputConnection(FlutterView.java:397)
E/AndroidRuntime(25050): at android.view.inputmethod.InputMethodManager.startInputInner(InputMethodManager.java:1254)
E/AndroidRuntime(25050): at android.view.inputmethod.InputMethodManager.onPostWindowFocus(InputMethodManager.java:1578)
E/AndroidRuntime(25050): at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3653)
E/AndroidRuntime(25050): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(25050): at android.os.Looper.loop(Looper.java:154)
E/AndroidRuntime(25050): at android.app.ActivityThread.main(ActivityThread.java:6381)
E/AndroidRuntime(25050): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(25050): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:939)
E/AndroidRuntime(25050): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:829)
The text was updated successfully, but these errors were encountered:
Now it should be fixed in 2.0.0. Also, this plugin changed its name to flutter_inappwebview. The current latest version now is 2.1.0+1. So, you can change your dependency influtter_inappwebview: ^2.1.0+1.
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 and a minimal reproduction of the issue.
E/AndroidRuntime(25050): java.lang.NullPointerException: Attempt to invoke virtual method 'android.view.inputmethod.InputConnection android.view.View.onCreateInputConnection(android.view.inputmethod.EditorInfo)' on a null object reference
E/AndroidRuntime(25050): at io.flutter.plugin.editing.TextInputPlugin.createInputConnection(TextInputPlugin.java:195)
E/AndroidRuntime(25050): at io.flutter.view.FlutterView.onCreateInputConnection(FlutterView.java:397)
E/AndroidRuntime(25050): at android.view.inputmethod.InputMethodManager.startInputInner(InputMethodManager.java:1254)
E/AndroidRuntime(25050): at android.view.inputmethod.InputMethodManager.onPostWindowFocus(InputMethodManager.java:1578)
E/AndroidRuntime(25050): at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3653)
E/AndroidRuntime(25050): at android.os.Handler.dispatchMessage(Handler.java:102)
E/AndroidRuntime(25050): at android.os.Looper.loop(Looper.java:154)
E/AndroidRuntime(25050): at android.app.ActivityThread.main(ActivityThread.java:6381)
E/AndroidRuntime(25050): at java.lang.reflect.Method.invoke(Native Method)
E/AndroidRuntime(25050): at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:939)
E/AndroidRuntime(25050): at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:829)
The text was updated successfully, but these errors were encountered: