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

TIMOB-13065: fixes file origins for Jelly Bean #4438

Closed
wants to merge 2 commits into from

Conversation

mokesmokes
Copy link
Contributor

No description provided.

mokesmokes2 and others added 2 commits July 8, 2013 14:32
Tested on multiple Android versions, including pre-Jellybean. Safe to merge.
@@ -139,6 +139,9 @@ public TiUIWebView(TiViewProxy proxy)
settings.setJavaScriptCanOpenWindowsAutomatically(true);
settings.setLoadsImagesAutomatically(true);
settings.setLightTouchEnabled(true);
if (Build.VERSION.SDK_INT >= 16) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use the constant TiC.API_LEVEL_JELLY_BEAN instead of 16.

@pingwang2011
Copy link
Contributor

@mokesmokes, this PR can not be auto merged now. Can you merge it with the master? And can you provide a simple test case? Thanks.

@pingwang2011
Copy link
Contributor

A new PR #4850 is submitted. Closed this one.

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

Successfully merging this pull request may close these issues.

None yet

3 participants