-
Notifications
You must be signed in to change notification settings - Fork 21
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS implementation planned? #16
Comments
it has been in the backlog for a while now... (pull requests are always welcome) |
Unfortunately I have no clue of iOS development ;) If it helps, here is a list of the plugins I found yet:
|
Thanks for the pointers! I was aware of some of them. The issue with this plugin is that it has a larger API surface than other existing iOS plugins seems to provide (e.g. find a server in the local network). The proper implementation would have to be the same for both platforms, and I'm in (almost) the same situation regarding iOS development :). |
@vstirbu https://github.com/cambiocreative/cordova-plugin-zeroconf this fork seems to support iOS pretty well, can't you merge it ? |
it would be nice if @cambiocreative would make it, but lets see... |
@ovhemert @cambiocreative: how likely is it that you merge your work with this repository? :) |
it seems that https://github.com/cambiocreative/cordova-plugin-zeroconf also just implements the .watch function, which is also supported by #17. As the pull is based on 1.2.0 we should focus on this one, I guess :) |
So, now that the plugin works with Android... Do you have any plans to enhance the lib to iOS? Haven't found a working lib for Android AND iOS yet. Or do you have any recommendations how to proceed if I need zeroconf on both platforms?
Thanks!
The text was updated successfully, but these errors were encountered: