ionic-video-chat-support icon indicating copy to clipboard operation
ionic-video-chat-support copied to clipboard

Web polling works but fails in android

Open sidharth016 opened this issue 8 years ago • 2 comments

Request URL:http://192.168.0.103:5000/socket.io/?EIO=3&transport=polling&t=LonvBA9 Request Method:GET Status Code:404 Not Found (from disk cache) On web works for me, on android when i inspect using chrome device inspector, the polling is unable to connect.

sidharth016 avatar Jun 16 '17 17:06 sidharth016

  1. did you add internet permissions to the android manifest? https://github.com/devin-la/ionic-video-chat-v2-issues/wiki/Building#android
  2. are you on the same wifi network as your dev machine?

spacedevin avatar Jun 21 '17 15:06 spacedevin

Yes did everything, started working on android after changing http:// to ws://
:/

sidharth016 avatar Jun 22 '17 07:06 sidharth016