Johannes Herrnegger
Johannes Herrnegger
it seems that https://github.com/cambiocreative/cordova-plugin-zeroconf also just implements the .watch function, which is also supported by https://github.com/vstirbu/ZeroConf/pull/17. As the pull is based on 1.2.0 we should focus on this one, I...
My use cases are 1. Tell the user when the app is offline (like, when his internet connection is down he should reconnect, else his actions have no effect 1....
Hi @davidwdan! Just wanted to check your thoughts on this feature :)
@davidwdan I'm sorry that it took that long to try the feature, I haven't worked on the project since then. In my usecase I have the following code ```typescript @Injectable()...
Hi David, just wanted to check if you could help me with my latest issue. I was busy with other projects meanwhile, but now I could use some help again...
So, I got it to work. I had to handle the instantiation of the client myself to get to the WS events. This wasn't clear for me, so maybe we...
I tried to setup a new project today with `[email protected]`, `[email protected]` and `[email protected]` and I get an error ``` open.do(...).combineLatest is not a function at new Client (Client.js:134) ``` With...
> @creat-or that's an issue with 2.0.0-beta3. Can you try 2.0.0-beta4? It works! Thank you!! 👍 Didn't know that beta4 was available :)
I just realized the issue with `showsPointsOfInterest` too on Android. This used to work in my old codebase (v1.8.3) but now after upgrading to v1.20.0 all the google POIs are...
> I just realized the issue with `showsPointsOfInterest` too on Android. This used to work in my old codebase (v1.8.3) but now after upgrading to v1.20.0 all the google POIs...