Ibby Hadeed
Ibby Hadeed
scrollTabs behavior should be configurable. Available options: - (default) scroll the tabbar while the page is being swiped - scroll the tab bar only when changing tabs (increases performance)
At the moment, only touch events are captured, which is ideal. Some developers might want the slides to listen to mouse events as well (treat them as touch events). The...
[This PR](https://github.com/zyra/ionic-image-loader/pull/45) was a good start to add some browser functionality. Running an app in browser (`PWA`, `ionic serve` ... etc) should do the following - load images before setting...
Lazy loading images should only load the image if it's within the view port. Might be a good idea to have lazy loading as a separate module, and add then...
Add ability to animate images as they are loaded. Developer can specify an animation name in the config or through inputs. A fade-in animation should be fairly simple to implement....
TODO: V2
- [ ] Change callbacks architecture for validation methods - Currently, the success callback is called if the data is valid, and the error callback is called if the data...