About your 1st question, you may try adding the following code in your Activity:
public boolean dispatchTouchEvent(MotionEvent ev) {
if (ev.getAction() == MotionEvent.ACTION_MOVE)
return true;
super.dispatchTouchEvent(ev);
return true;
}
Regards,
Xing
From: Crosswalk-help
[mailto:[email protected]] On Behalf Of Vishnu
Prakash
Sent: Friday, June 12, 2015 7:14 PM
To: [email protected]
Cc: Kaushik Sindhu; 'Neeraj Sahu'
Subject: [Crosswalk-help] Ask: Ignore scrolling in XWalkView..XWalkSettings
methods behaviour and Javadoc In Crosswalk 13
Hi Crosswalk team,
Ask#1 How we can ignore Scrolling in XWalkView? Any suggestions?
Ask#2 We are unable to replicate the method(s) the same way as provided by
Android SDK.Here are the two methods.
#A setMediaPlaybackRequiresUserGesture(Boolean)
#B setGeolocationEnabled
in the XWalkSettings ->org.xwalk.core.internal.
Can you please provide some Javadoc or more insight about these methods.
Regards,
Vishnu
_______________________________________________
Crosswalk-help mailing list
[email protected]
https://lists.crosswalk-project.org/mailman/listinfo/crosswalk-help