misici234

Results 9 comments of misici234

Is there any progress on resolving this problem? I still have the same issue running the latest version of html_editor_enhanced: ^2.4.0+1 Here is the sample of my code. I have...

@tneotia have you reported this to the flutter_inappwebview team? Have you tried to use another webview plugin instead of flutter_inappwebview?

@tneotia Sorry I see that you did try. Seriously, this is what drives me nuts about Flutter. A group of good guys does something good and people, like us, start...

I experienced the same problem with `ul` `ol` `li` tags

here is correct line `final httpOptions = new HttpConnectionOptions(logging: (level, message) => print(message), transport: HttpTransportType.serverSentEvents); `

I was looking the code and the problem is in web_socket_transport.dart file. Function `@override Future connect(String url, TransferFormat transferFormat) async {}` should throw an Exception if it cannot connect and...

Hi Jamie, are you going to fix this problem? As far as I can see this is not trivial fix and I don't feel comfortable to do it myself.

@mohamedsogoba I don't understand what you were talking about. I proposed a code change that has nothing to do with a background service.

The reason is a bug in the package. I reported it more than a year ago, see [https://github.com/jamiewest/signalr_core/issues/38](url). If you want to make it work then fix it yourself and...