Back in 2018, I had the opportunity to deliver a React Native training. The training was primarily meant for beginners and first time learners but even the advanced learners would gain from it. It was…
Articles with Android
Save HTML5 Canvas Image to Gallery – Phonegap Android plugin
Update Readers of this post have raised issues with the plugin. I have to personally check for the issues but while using the plugin if you find any issues, you might want to debug it…
Continue Reading “Save HTML5 Canvas Image to Gallery – Phonegap Android plugin”
Getting CSS3 Transformations Matrix values for Android/Firefox
Quick snippet of code that will return the CSS3 Transformations Matrix values for Firefox browsers. We make use of the window.getComputedStyle() method for retrieving the style values for our element which has been moved using…
Continue Reading “Getting CSS3 Transformations Matrix values for Android/Firefox”
orientationchange does not work in Mobile Firefox for Androids… WTF !
Yes, orientation change does not work in mobile Firefox. Strange!, but it is. So, when you rotate your mobile device from portrait to landscape mode and back to portrait mode, the orientationchange event is not…
Continue Reading “orientationchange does not work in Mobile Firefox for Androids… WTF !”
Cooler modal popup example – how to open multiple popups, scrolling pop ups per page
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…
CSS3 Transformations showing content outside overflow:hidden region in Firefox/Android
Some time back I was implementing a functionality for Firefox browsers on Android devices and I found a strange problem – For Firefox > 18 on Android devices if I move an element using CSS3…
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”
Adding Calendar Events – Phonegap Android plugin
Alright, I worked on this sometime back and I will share this with you. I was looking to programmatically add events to the native Android calendar from a Phonegap android app. There is not an…
Continue Reading “Adding Calendar Events – Phonegap Android plugin”
Saving Image to Android device’s Gallery – Phonegap Android
Update Save HTML5 Canvas Image to Gallery – Phonegap Android plugin I have a Phonegap Android plugin that helps to save HTML5 Canvas Image to the Gallery. See it here. Now, back to the actual post,…
Continue Reading “Saving Image to Android device’s Gallery – Phonegap Android”