fedwiki / wiki-client

Federated wiki client-side javascript as a npm module.
Other
115 stars 36 forks source link

Having problems with link and fork button taps on Google Chrome mobile #183

Open andysylvester opened 7 years ago

andysylvester commented 7 years ago

I cannot tap on a page link to get to another page. Also, when I tap on the fork button, other buttons shift to the right. This occurs in Google Chrome on Samsung Galaxy S5. This does not occur on Firefox mobile. See this link for a screencast: https://youtu.be/twYHoLcB58Y

WardCunningham commented 7 years ago

Our current thought is to support read-only on touch devices using a different codebase.

https://github.com/WardCunningham/small-client-wiki/blob/master/ReadMe.md

cliveb commented 6 years ago

On ChromeOS I cannot uses ctrl-s to save a new wiki page with firing-off an event to save the current web page to ChromeOS download folder. Is there an alternate command to save a wiki page? (could a plug-in be considered for ChromeOS).

WardCunningham commented 6 years ago

Work on small-client-wiki has stalled. Now might be a good time to track down some of these cross-platform javascript problems. I don't know how to approach this. Perhaps pairing with someone familiar with developing for the devices could work.

Regarding ctrl-s, javascript has at least three mechanisms to cancel further events after an event has been handled. I will look at the code and see if we are missing some.