C1
!—end>!—start>
C : CS Shantanu Pethe (CACSCMA Coach)
!->
R : Visit www.cacscmacoach.com
A2
webView.setWebChromeClient(new WebChromeClient(){
[.... other overrides....]
// @Override
// https://bugzilla.wikimedia.org/show_bug.cgi?id=31484
// If you DO NOT want to start selection by long click,
// the remove this function
// (All this is undocumented stuff...)
public void onSelectionStart(WebView view) {
// By default we cancel the selection again, thus disabling
// text selection unless the chrome client supports it.
// view.notifySelectDialogDismissed();
}
});
A1
your_edit_text.setCustomSelectionActionModeCallback(new Callback() {
public boolean onPrepareActionMode(ActionMode mode, Menu menu) {
return false;
}
public void onDestroyActionMode(ActionMode mode) {
}
public boolean onCreateActionMode(ActionMode mode, Menu menu) {
return false;
}
public boolean onActionItemClicked(ActionMode mode, MenuItem item) {
return false;
}
});
Saturday, 29 April 2017
Job & Batch Costing an Introduction for CA IPCC CS Executive CMA Inte...
A FREE Short Video By Prof. Shantanu Pethe (CACSCMA COACH)
On Job & Batch Costing for CA IPCC CS Executive CMA Inter Bcom Mcom BBA students
For Full Course visit http://www.cacscmacoach.com/
Cover Any Subjects of CS executive in minimum time (2 to 5 Days)
Join us on
Face Book : https://www.facebook.com/cacscwacoach.shantanu
Google Plus : https://plus.google.com/115922194328220265278
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment