When building apps we tend to create reusable code, which helps us in the long run, makes our code easier to understand and all in all cleaner. We like to build modular things. This modularity that we’re used to shows itself not just in the units that we write but the in UI and elements […]
Tag Archives: Plugin
Mobiscroll 2.4 Released
Mobiscroll 2.4 got recently released. Here is an overview of what got changed, and what is new. Rendering the wheels We changed how we render the scrollable lists. Instead of using <ul> and <li> elements we enclose the displayed values in <div>s. This changed a bit how the code generates the lists, but it makes […]