lewisl9029 / toc

Toc Messenger - A distributed messaging app that can sync across all of your devices
http://toc.im
GNU Affero General Public License v3.0
56 stars 1 forks source link

App hangs on startup on iOS cordova build #493

Closed lewisl9029 closed 9 years ago

lewisl9029 commented 9 years ago

Looks like it's caused by lack of support for startsWith in mobile safari https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/startsWith

I honestly thought babel would take care of this.

lewisl9029 commented 9 years ago

https://github.com/babel/babel/issues/2026 Looks like this is a runtime thing and needs the polyfill... didn't I include it though?