Timm Preetz

Results 37 comments of Timm Preetz

@AugustWangVeeva Did you find out anything more related to this? I also see this with Microsoft in https://github.com/ThexXTURBOXx/flutter_web_auth_2/issues/17 I would thus think it's a general issue with the in-app webview...

@Stanly1995 It only loops while `tries > 0` (and the default is just 2 tries).

But I think there is an issue if the response is neither `OK` nor `Forbidden` in which case it'd loop indefinitely.

Installing 0.6 via bower fails for me, because of the "old" Handlebars dep. Is this really required for socket.io, or is this in their by accident?

Ran into the same issue. @YingshanDeng Have you found a way to copy the image data from one canvas to another using ExplorerCanvas?

When I inspect the unfiltered dictionary returned from `dynamic proxySettingRes = await _channel.invokeMethod('getProxySettings');` I can see the following: ``` {ProxyAutoConfigEnable: 1, ExceptionsList: [*.local, 169.254/16], FTPPassive: 1, ProxyAutoConfigURLString: http://example.com/wpad.dat, __SCOPED__: {en0:...

> Perhaps you could reach out to sergey or the same logic could be applied in system_proxy? Well, if that package works for you, that's great. Couldn't you just use...

> Apologies if the tone sounded demanding, I am using that code already - I simply wanted to pass on the information since it seemed like something you were working...

> Can be closed as implemented by #9 While it's nice to get the URL out now, I think this is only partially solving the problem for consumers of this...