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-9991-added a new Android property to disable lightTouchEnabled #4520

Merged
merged 2 commits into from Aug 13, 2013

Conversation

salachi
Copy link
Contributor

@salachi salachi commented Aug 1, 2013

Added a new Android only property 'lightTouchEnabled' to turn off the value.

@salachi
Copy link
Contributor Author

salachi commented Aug 1, 2013

@@ -138,7 +138,6 @@ public TiUIWebView(TiViewProxy proxy)
settings.setSupportMultipleWindows(true);
settings.setJavaScriptCanOpenWindowsAutomatically(true);
settings.setLoadsImagesAutomatically(true);
settings.setLightTouchEnabled(true);
Copy link
Contributor

Choose a reason for hiding this comment

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

You shouldn't remove this since this is default setting. The developers can set it to false if they want.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

The behaviour didn't change, I just moved this from here to set the value in the 'defaultValues' in the constructor above.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ah I didn't see that. Apologies.

@hieupham007
Copy link
Contributor

Code reviewed. Please address comments.

@hieupham007
Copy link
Contributor

Code reviewed and functionally tested. Also modified test case in JIRA. Request accepted

@@ -502,6 +502,20 @@ properties:
platforms: [iphone, ipad]
since: "1.8.2"
default: true

- name: lightTouchEnabled
Copy link
Contributor

Choose a reason for hiding this comment

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

Add two spaces before the dash.

@bhatfield
Copy link
Contributor

Reviewed. Ran validate and deploy. Left a few comments.

@bhatfield
Copy link
Contributor

Reviewed. Ran validate and docgen. DR approved.

hieupham007 added a commit that referenced this pull request Aug 13, 2013
TIMOB-9991-added a new Android property to disable lightTouchEnabled
@hieupham007 hieupham007 merged commit ddbe386 into tidev:master Aug 13, 2013
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