webRunes/Pinger-WRIO-App

React version

Closed this issue · 3 comments

Please check
http://webrunes.com/
Titter working only partially. Tweets are sending, but without text on it and we have an error

Error while executing your request :(

Plus in FF there is log created for CORS

"Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://54.235.73.25:5001/sendComment. This can be fixed by moving the resource to the same domain or enabling CORS."

you have to enable CORS here

http://54.235.73.25:5001

Please contact @umairadeeb if you need help with it.

Please move Titter functionality from https://github.com/webRunes/WRIO-InternetOS/edit/master/WRIO.jsx

var CreateTitter = React.createClass({ ...

to Titter app.
This statement

if (!simulate) {
context.fillText(line, x, y);
}

prevents correct functionality and has to be changed on

context.fillText(line, x, y);

http://webrunes.com/ please check why titter is not working in IE