Some time back I came up with a cooler modal pop up window using CSS3 and JavaScript specifically for mobile webkit browsers. The example that I presented had only a single button, a click on it…
Articles with iPhone
Authoring “Adobe Edge Inspect Starter”…
My book “Instant Adobe Edge Inspect Starter” on mobile web debugging and testing has been published and it is now available online. For more details and to purchase you can visit here. Mobile web testing…
Replicating the iPhone Swipe Gesture – Vertical swiping
For those who wanted a vertical swiping feature to the the swipe gesture gallery that I created earlier, this post has a new demo and minimal explanation about a vertical swipe gesture gallery. Now you can…
Continue Reading “Replicating the iPhone Swipe Gesture – Vertical swiping”
Replicating the iPhone Swipe Gesture – auto scrolling feature
This is an update to the Replicating touch swipe gesture javascript implementation series that I have been writing for some time now and this time I have tried out the auto scrolling feature. Sometimes users…
Continue Reading “Replicating the iPhone Swipe Gesture – auto scrolling feature”
Adobe Shadow is now Adobe Edge Inspect
In a major move on the 24th of September, Adobe has renamed Shadow to Adobe Edge Inspect and now it has become a part of the Adobe Edge Tools and Services : http://html.adobe.com/edge/ Shadow had been…
Circular swipe gesture gallery – looping through images
This is another update to the regular swipe gesture gallery that I created in two of my earlier post – post1, post2. This time I have implemented the looping feature for the images. The gallery…
Continue Reading “Circular swipe gesture gallery – looping through images”
Use your own Weinre server with Adobe Shadow – Step by step
Now that Adobe has released version 4 of Shadow they have included a very nice feature of adding or using your own Weinre debug server with Shadow. What it does is that it fastens up…
Continue Reading “Use your own Weinre server with Adobe Shadow – Step by step”
CSS3 Coverflow animation for iOS – Adding Touch gestures
Here’s a sneak peak at the touch version of the Coverflow animation. The app is fully touch enabled, you can swipe across the screen to move the images or tap on any image individually to…
Continue Reading “CSS3 Coverflow animation for iOS – Adding Touch gestures”
Fluidic Sliding Panels – Auto adjust to any device screen without browser refresh
Let’s talk about creating a sliding panel system that adjusts automatically to any screen size or rather any device resolution. The sliding is implemented using CSS3 Transitions and I have targeted only webkit based browsers. So…
Continue Reading “Fluidic Sliding Panels – Auto adjust to any device screen without browser refresh”