I have a textbox which has a very long url inside of it. What I would like to do is, when the user hits the home button I would like the cursor to go to the beginning of the textbox.
I would expect this to be the normal behavior but its not, when the text inside of the textbox is very long, and I hit home, it goes to the beginning of that portion of the text which is currently visible in the textbox, not all of it.
Any ideas ?