michaelbromley / horizonal

Turn your static HTML document into a programmable slide show
MIT License
206 stars 32 forks source link

Not working on android tablet #2

Open violacase opened 9 years ago

violacase commented 9 years ago

Very nice project, Michael. Doesn't work on android chrome though. Since I can't find a way to open/run DevTools on android chrome I can't investigate what's the issue. BTW do you know http://greensock.com/gsap ? It's a marvelous tweening framework. Perhaps with gsap you can get your project running on all javascript aware browsers.

michaelbromley commented 9 years ago

Hi, thanks for the report. At the time I built this, I did test on android (old nexus 7) and it worked okay. What does happen? Any output at all?

violacase commented 9 years ago

The front page loads first. After about 2 seconds the famous plunker 'LOADING' prompt shows and the page loads again (why?) and gets a top bar. Swiping scrolls the top of the page just under that top bar. That's all: no further animation is processed. Also choosing options in that top bar is a very, very slow process, loading the whole page again and again. (This loading is also very slow btw).

NOTA: this is on Samsung Galaxy Tab2

michaelbromley commented 9 years ago

So this is the plunker demo that's not working? How about the demo at http://www.michaelbromley.co.uk/horizonal/demo/?

violacase commented 9 years ago

I used the link above. On desktop Chrome it's great and fast!