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

Swipe and Mustache {value} #218

Open
tomekl opened this issue Mar 16, 2013 · 0 comments
Open

Swipe and Mustache {value} #218

tomekl opened this issue Mar 16, 2013 · 0 comments

Comments

@tomekl
Copy link

tomekl commented Mar 16, 2013

I had very interesting issue which I want to share with you:
I have created content via Mustache.render(template, obj). All good in modern browsers and modern Android and apple os.
But on Gingerbread (2.6 - > galaxy ace for example) - new swipe object failed to parse the given html string. All divs in wrapper are treated as a one element (slides.length == 1). I do not blame swipe itself, that might be mustache. Only solution was good for() function and appending each element 1by1 - then worked perfectly....
I've spent good 3 hours trying to figure it out - in both cases jQuery obj was exactly the same but html render/created by mustache failed to parse the correct/expected swipe slider...

If you know why and you willing to share the reason - I am happy to buy you beer (in London).

Take care,
Tomek

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

1 participant