Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android app can't edit #253

Open
2 of 4 tasks
edemaine opened this issue Oct 5, 2017 · 2 comments
Open
2 of 4 tasks

Android app can't edit #253

edemaine opened this issue Oct 5, 2017 · 2 comments

Comments

@edemaine
Copy link
Owner

edemaine commented Oct 5, 2017

Probably all related issues having to do with permission...

  • Edit button won't connect to ShareJS
  • Can't view images served by Coauthor
  • Can't upload files
  • External links (in posts, or to Documentation etc. at the bottom) don't work; should spawn web browser
@edemaine
Copy link
Owner Author

edemaine commented Oct 11, 2017

I've isolated the ShareJS issue to this line which should instead read

            origin: Meteor.absoluteUrl('channel')

(The existing code computes an origin of http://localhost:port/channel instead of the desired https://coauthor.csail.mit.edu/channel.)

Fixed in https://github.com/edemaine/meteor-sharejs and upstream by mizzao/meteor-sharejs#93

edemaine added a commit that referenced this issue Oct 12, 2017
@edemaine
Copy link
Owner Author

File uploads require this to be fixed: vsivsi/meteor-file-collection#167

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant