We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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!
The text was updated successfully, but these errors were encountered:
I also have this issue since I updated my Nexus 4 from API 19 to 21. (It's the highest api level available for a nexus 4)
The issue is in the settings.javaScriptEnabled = true line.
settings.javaScriptEnabled = true
Sorry, something went wrong.
No branches or pull requests
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:
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!
The text was updated successfully, but these errors were encountered: