flutter_webview_plugin icon indicating copy to clipboard operation
flutter_webview_plugin copied to clipboard

crash in ios device

Open DavidMGT opened this issue 5 years ago • 2 comments

System info

Issue occurs on: iOS / Android / both Plugin version: xxx Flutter doctor output:

paste it here...

Steps to Reproduce

  1. ...
  2. ...
  3. ...

Logs

[NSNull length]: unrecognized selector sent to instance 0x1e0c8fc30 2020-03-29 16:05:58.560443+0800 Runner[2543:752763] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSNull length]: unrecognized selector sent to instance 0x1e0c8fc30' *** First throw call stack: (0x1a32cea48 0x1a2ff5fa4 0x1a31d25a8 0x1a32d2af4 0x1a32d4a7c 0x1a35a9a84 0x1a35a9a30 0x10327ebc8 0x10327e200 0x10327c64c 0x1011bb28c 0x1011545b4 0x1011ac1e8 0x101163cf4 0x101166000 0x1a324d03c 0x1a324cd78 0x1a324c448 0x1a3247584 0x1a3246adc 0x1ad1e7328 0x1a735463c 0x10061b0d8 0x1a30d0360) libc++abi.dylib: terminating with uncaught exception of type NSException 2020-03-29 16:06:56.089663+0800 Runner[2543:752986] XPC connection interrupted 2020-03-29 16:07:00.032110+0800 Runner[2543:752986] [] nehelper sent invalid result code [1] for Wi-Fi information request

DavidMGT avatar Mar 29 '20 08:03 DavidMGT

Maybe you need to set utf-8 charset?

ProgrammingLife avatar Mar 30 '20 02:03 ProgrammingLife

Were you able to fix it ? having the same issue!

ravi-bebble avatar Oct 13 '21 22:10 ravi-bebble