How to bootstrap a social network with Firebase and Ionic(noodl.io)
noodl.io
How to bootstrap a social network with Firebase and Ionic
https://www.noodl.io/market/product/P201602041823557/firebase-social-network-multi-purpose-social-network-starter-with-firebase
3 comments
Your fancy carousel cube thingy is not working in iOS, which does not inspire confidence.
Not working very well in Chrome, either. I'm not sure if I'm not supposed to be able to drag it, but my first reaction was to try, and I wound up dragging the transform'ed images around.
I don't like being judgemental, but this is a really silly mistake.
To prevent dragging the images, one could obviously use a div with a background-image, like this stupid demo I made: https://jsbin.com/yaqezo/
However,
To prevent dragging the images, one could obviously use a div with a background-image, like this stupid demo I made: https://jsbin.com/yaqezo/
However,
.screenshots img
{
pointer-events: none;
-webkit-user-select: none;
-moz-user-select: none;
}
would be even easier. Try it.Hi guys. Will have a look and immediately apply the changes. Thanks for the thumbs up!
Thanks for the feedback! Updated it!
Hi there. Thanks for the feedback. I have updated it and replaced it by a custom made carousel. Hope you like it :)