Results 25 comments of zwieblum

Yes, both fail (real device and emulator) with the same error message. I tried: - localhost - 127.0.0.1 - 10.0.2.2 I do not connect to the sim from outside the...

Looks like the lambdanative part of hybridapp does not get a listen socket: ```adb shell``` --> ```ps``` --> demohybridapp is running. ```adb shell``` --> ```netstat -tl``` --> no tcp server...

So (thread-start! ...) does not work on android any more?

Well, the problem is the same on real hardware - but I don't know enough about android internals to debug that efficiently.

Well, mixed success with gambit 4.7.9: - DemoHybridApp compiles and works inside the x86 emulator - Democube compiles but does not work inside the x86 emulator (black screen) - My...

This github 2FA is getting on my nerves, I will quit using my account. Is there an other way to send issues and comments? As for now I 've seen...

Now this is OT, but a forum would most likely be a better way to build community than the github issue tracker. At least it would be searchable in a...

@ discussion: that still ues guthub 2FA ... Anyway, I think I have found the problem (gambit 4.9.2 - but should be the same for 4.7.*): "new" android webview does...

Oh, and there is most likely a second cops buried: ``` $ adb logbridge [...] cr_AwContentsClient: Denied starting an intent without a user gesture, URI http://127.0.0.1:8080/ ``` The proposed solution...

> I think the example in one of your previous issues that had the counter worked though? Yes, that's how I found out. I don't know why in DemoHybridApp the...