I am new to raspberry pi and ionic. We give some domain name to raspberry pi like fun.local. I encounter with one problem of network discovery. I have raspberry pi and we stored some procedures at that device. Now we want to access those api from Ionic Application. Now If we tested on MAC it is working for simulator and browser. API is accessible from there. But when we trying to connect our android phone to API then raspberry pi is not detected.
I think there may be issue of hostname. I have some trace like bonjour(MAC) and UPnP(Windows,Linux) which are protocol for hostname. I think because of this I am unable detect raspberry pi in my android device.
If you have any solution for this problem please let me know. If you need more information then mention in comments.
Thanks in advance.