Skip to content
New issue

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

Android WebViewDemo seems to be broken #61

Open
bmxpert1 opened this issue Jan 12, 2015 · 1 comment
Open

Android WebViewDemo seems to be broken #61

bmxpert1 opened this issue Jan 12, 2015 · 1 comment

Comments

@bmxpert1
Copy link

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!

@Siggs2000
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants