You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, current i'm developing mobile apps (Xamarin) using disqus javascript mobile embed solution. While on Windows Phone work fine, on Android (minimum 5.0) WebView based on Chromium, this solution never work flawlessly.
I can login and success, but when back to embed page, i'm still not logged in. When try login again, i automatically back to embed page without enter credential again, and i assume session or cookies is work fine.
Trying see debug output, i've found this:
[chromium] [INFO:CONSOLE(0)] "Scripts may close only the windows that were opened by it.", source: (0)
[chromium] [INFO:CONSOLE(1)] "WebSocket connection to 'ws://realtime.services.disqus.com/ws/2/thread/3673053070?' failed: Error during WebSocket handshake: Unexpected response code: 400", source: http://a.disquscdn.com/next/embed/lounge.bundle.20b16d338a6075d33134dcc2ade8eb76.js (1)
Not sure, what is that, but i think the cause of this problem is disqus trying use websocket that not work on chromium ?
Temporary solution i have found is set my android target build to 4.4 and it will work fine.
The text was updated successfully, but these errors were encountered:
Hi, current i'm developing mobile apps (Xamarin) using disqus javascript mobile embed solution. While on Windows Phone work fine, on Android (minimum 5.0) WebView based on Chromium, this solution never work flawlessly.
I can login and success, but when back to embed page, i'm still not logged in. When try login again, i automatically back to embed page without enter credential again, and i assume session or cookies is work fine.
Trying see debug output, i've found this:
Not sure, what is that, but i think the cause of this problem is disqus trying use websocket that not work on chromium ?
Temporary solution i have found is set my android target build to 4.4 and it will work fine.
The text was updated successfully, but these errors were encountered: