
I am working with a native scroller and a text field. there are many things to fix but I like to ask one of problems with a native scroller here.
The scroller set by mobileControlCreate "scroller"
The text of field is can be focused and modified. AND it can scroll down and up by swiping screen of device.
The problem is that the field is kept hilited and interfering scrolling motion. What I tried is change hilited color to the color of background so that hilited behavior can be hid but I didn't like it. the scrolling is still sluggish with this fake trick..
Is there any good way to disable or bypass hilite of field?
Thank you very much in advance!
Louis