Björn Ritzl

Results 439 comments of Björn Ritzl

Reported in LuaSec here: https://github.com/brunoos/luasec/issues/139 There are many other mentions of sslv3 among closed issues. One thing worth trying is to modify the sslparams that you use when connecting: https://github.com/britzl/defold-websocket/blob/master/examples/websocket.gui_script#L80-L85...

I like the general idea. Regarding the implementation, wouldn't something like this give the same result: ```lua -- normalize the direction -- figure out if we are swiping more left/right...

Not sure what can be done to solve this. All platforms use their own native socket implementation in the engine and the Windows version or the Windows OS doesn't detect...

Symbols download: https://github.com/defold/defold/blob/9ed5bec7a6e107877af3910e2adfeb5a4640eff4/com.dynamo.cr/com.dynamo.cr.bob/src/com/dynamo/bob/Project.java#L1045-L1057

> the issue is not only about HTML5, i.e. it the unaccelerated input should be implemented for all platforms if it's possible Got it. Thanks!

How are you calling the gui.hide_keyboard()? On a timer? On a user action?

Could you please check if you have anything in the console of the Safari Dev Tools when the device is connected and you perform the test? https://developer.apple.com/documentation/safari-developer-tools/inspecting-ios

> I do not own a Mac, are there any different tools that could be used? Maybe there's a way to read the log from Windows or Linux. I haven't...

Can you please share a minimal project where this can easily be tested?