terryworona / FireChat

A iOS implementation of a Firebase chat client.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

webView failing

briansoule opened this issue · comments

I've been trying to get firechat to run on ios6, and after a while the webView instance that runs the JavaScript will redirect to the ISP's domain not found error page, or it resource not found. (if I change window.location from new-msg.com to localhost) This prevents new chats from showing up and disables message creation. Peculiarly, new messages will populate if you change the chat room in settings, but this does not fix the problem.

I'm not entirely sure what's happening in the webView, is it firebase.js failing and not recovering properly? Does it have something to do with iOS WebKit and firebase?