Archive | R&D

RSS feed for this section

Working with touch events

Last month I was attending the jQuery Europe conference in Vienna with the Mobiscroll team. There was a session called Getting touchy which gave an insight into touch events and talked about why we need them. There is a lot of ground that the presentation covers, so make sure to check out the slides. I […]

Cross Platform Mobile Development – Things learned from building UI used by developers across 170+ countries

Building a Mobile UI Library that is appealing, works across multiple platforms and performs well is not easy. It involves a lot of experimenting and testing. Bringing it to the tool-belt of tens of thousands of developers across the globe is even harder. We’re going to share a couple of things about how we build […]

Mobiscroll positioning

Mobiscroll started out as Date & Time picker simulating native UI controls (like datepicker, timepicker, spinning list etc.) of an OS, which were not possible to invoke in web apps, at least not on every platform. For some time it supported only one display mode, a modal popup, which appeared in the center of the […]

Mobiscroll HTML5 audio experiment

If you ever used the native datepicker on iOS, you probably noticed the sound effect while the wheels are spinning. We tried to add the same effect to Mobiscroll by using the HTML5 audio element. At a first glance it seemed pretty straight forward, as all the modern browsers claim to support HTML5, but because […]