So Android 2.3 is being rolled out the next few days, and will be available on the Nexus One and the new Nexus S initially. It’s got some much needed UI tidying up (till HTC get to it), but here’s what else is cool in it: iPhone-esque Select, Copy and Paste You can now select a group of […]
If you’re getting an EXC_CRASH (SIGABRT) error when running your PhoneGap app on iOS 4.2 (iPad only) remove the following line from your Info.plist file: Main nib file base name (iPad) Found via: #76 iOS 4.2 Crash on Launch on iPad — iPhone — phonegap
Now in iTunes 10 you can play your iPhone music library over the dock connector, handy when visiting friends or playing your personal library on your work computer! Just click on Music under your iPhone in the Devices sidebar.
I’ve been watching the pull down to refresh paradigm grow traction the last few months, and now it’s incredibly easy to implement with Leah Culver’s PullToRefresh. It’s been achievable with Three20 for a while, but this just requires you to subclass it after including two files in your project.
Ninite — Easy PC Software Installations http://ninite.com/ Auto installs your selection of useful programs after that inevitable Windows install.. It’s even clever enough to prevent it installing those nasty bundled toolbars! (via @fry15) Font Fonter — Preview Fonts On Any Site http://fontfonter.com/ From fontshop, this tool lets you preview a selection of their fonts on any webpage of […]
Problem When running iPhone OS 4 beta 1, syncing with iTunes doesn’t backup the iPhone causing the error: Fix Install the iPhone SDK 4 beta with Xcode 3.2.3 (or later), which will update some files in iTunes and enable the backup to complete successfully. An iTunes update is likely to be released soon to address this and other […]
If you want to disable the ‘Cut / Copy / Paste’ invoked by holding down on an element in Safari on the iPhone or iPad use the css: –webkit-user-select: none; However, as stressed by Apple, this should only be disabled on a per element basis, and never applied to the whole document. Apple’s Technical Note TN2262: Preparing Your […]
Problem When running & debugging an application on an iPhone / iPod using Xcode you get the error: “A signed resource has been added, modified, or deleted.” With the application not being able to be redeployed until it is deleted from the device. Fix Simply turn off Passcode Lock on the device. Update: This might just […]