Android Emulator
Today, we had some problems with one of our sites because it had form elements in an iframe inside of a div on Android 4.0 (Ice Cream Sandwich or ICS for short). Long story short it's a plan it the ass bug that I was only able to get past by reading this Stack Overflow question (http://stackoverflow.com/questions/10232211/android-4-ics-ice-cream-sandwich-iframe-that-contains-a-form). During the debugging process (because I don't have an android tablet [yet]). I found out that Google has an SDK which includes an emulator for ICS. It was super slow (this may have been my computers) and I had to borrow a physical device to work on the problem but it's a good resource if you have Android specific problems:
http://developer.android.com/sdk/index.html
In case you're wondering the only "solution" to the problem we've found is to dump the iframe; which, while I'm okay with that decision from a design standpoint, is going to be a huge amount of work.
Scott Keck-Warren
Scott is the Director of Technology at WeCare Connect where he strives to provide solutions for his customers needs. He's the father of two and can be found most weekends working on projects around the house with his loving partner.
Top Posts
- Working With Soft Deletes in Laravel (By Example)
- Fixing CMake was unable to find a build program corresponding to "Unix Makefiles"
- Upgrading to Laravel 8.x
- Get The Count of the Number of Users in an AD Group
- Multiple Vagrant VMs in One Vagrantfile
- Fixing the "this is larger than GitHub's recommended maximum file size of 50.00 MB" error
- Changing the Directory Vagrant Stores the VMs In
- Accepting Android SDK Licenses From The OSX Command Line
- Fixing the 'Target class [config] does not exist' Error
- Using Rectangle to Manage MacOS Windows