I'm able to run this sample but it crashes almost immediately. I've narrowed it down to it being an issue with this code:
settings.savePassword = false
settings.saveFormData = false
settings.javaScriptEnabled = true
settings.supportZoom = false
If I remove those lines, the app runs fine (except the javascript stuff).
Running this with
api_version : "21"
avd_config : {:name=>"RubyMotion", :target=>"1", :abi=>"armeabi-v7a"}
Thanks for any help!