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

Demo scene repeatedly crashing on iPhone #1

Open
erikkaplun opened this issue May 22, 2015 · 4 comments
Open

Demo scene repeatedly crashing on iPhone #1

erikkaplun opened this issue May 22, 2015 · 4 comments
Labels

Comments

@erikkaplun
Copy link

http://famous.org/learn/Twitterus/index.html

on my iPhone 6 Plus with the latest iOS, the above page keeps crashing to the extent of the page becoming entirely unusable.

it works fine on my iPad Mini, aside from the effects being very laggy.

UPDATE: actually it's also crashing on the iPad, just much less frequently.

@ghost
Copy link

ghost commented Jun 5, 2015

On my iPhone this first shows up on branch "step-5". It doesn't occur for steps 1 to 4.

@michaelobriena
Copy link
Member

Thanks for the feedback, we will look into this.

@michaelobriena
Copy link
Member

I think the lag is really just because it was not best designed for a phone. We are listening to click events in the tutorial which feels laggy on mobile (touchstart gives a smoother feel). Also, the duration of the animation is too long for a skinny screen.

I think any lag is just because of jit compilation in the end.

In regards to the crashing I have been unable to duplicate but will continue to look into it.

@ghost
Copy link

ghost commented Jun 9, 2015

I can reproduce this almost every time on my iPhone 5 running iOS 8.3.
Replacing getRandomMessage() with a hard-coded string makes it run without errors.

On line 16 of Tweet.js:
setContent('this is a message'); //getRandomMessage());

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

No branches or pull requests

3 participants