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

Crashing mobile browsers #44

Open
ghost opened this issue May 14, 2014 · 7 comments
Open

Crashing mobile browsers #44

ghost opened this issue May 14, 2014 · 7 comments

Comments

@ghost
Copy link

ghost commented May 14, 2014

I've tried to use the grid but in crashes my browser on iPhone/iOS7/Safari and freezes Chrome browser on Samsung Note. Also I tried to access plugin's home page: http://suprb.com/apps/nested/ and it does the same thing.

Is it a known issue?

@ghost ghost changed the title Crashing iOS Safari on load Crashing mobile browsers May 14, 2014
@DaniMarti78
Copy link

Hi, the plugin is awesome and works really good on desktop version, but it crashes on my iPhone5/iOS 7.1.1 too ... By the moment I'm using a redirection to show it differently for the phone, but I would like to make it work... You can take a look at: http://www.mardelcoral.com
It would be great if we can fix it! Thanks!

@grvhi
Copy link

grvhi commented Jun 1, 2014

I'm getting the same problem - iOS7, Safari. Demo page crashes the browser.

@krachim
Copy link

krachim commented Jun 25, 2014

Didn´t solve the main problem, but i get the script to stop crashing on small resolutions.

The problem is in the Loop in line 294.
I just used the Variable tot which is declared in line 278 and never used again? Maybe this was a problem at all?
Anyway i just modify/add these lines in line 294/295:

        while (true && tot < 20) {
            tot++;
            ...

dunno it has to be 20 or less .. but im tired right now and it works :-)

have a nice day!

@jkirklen
Copy link

jkirklen commented Aug 5, 2014

I tried that and it did not fix the problem. It is crashing in iOS Safari for me as well.

@karuna
Copy link

karuna commented Aug 21, 2014

@risingope it works, thanks

@eablokker
Copy link

It's not just mobile browsers that are crashing. Chrome, Safari, and Firefox on desktop all crash when the viewport or nested container are too narrow.

@testuserlove
Copy link

Solved at here
#48

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

No branches or pull requests

7 participants