-
5 Jan 2012 1:24 AM #1
Unanswered: Selecting specified HTML content
Unanswered: Selecting specified HTML content
HI,
How can we select specified HTML contents inside sencha touch.I have to highlight the specified area (selected area).But I couldn't find a method in sencha touch to accomplish this.Since the html content is rendered inside a panel,specified areas are not selected.
-
5 Jan 2012 6:46 AM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 34,119
- Vote Rating
- 453
- Answers
- 3160
We place this CSS rule on elements:
Code:-webkit-user-select: none;
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.
-
5 Jan 2012 8:48 PM #3
Hi
I have tried it out{-webkit-user-select: auto;}But It didn't work on touch devices(ipad and ipod).At the same time it worked fine on desktop.Can you provide any help for the same to work on touch devices..


Reply With Quote