Wat type of position are you talking about??

If u want to get position of the text within the webview then you can
use javascript for that.
Give unique id inside the tag of which you want to get the position.
Then use javascript function document.getElementById
('yourId').offsetTop();


On Apr 30, 12:34 pm, rukiman <[email protected]> wrote:
> After I have loaded WebView with a html page, is it possible to get
> the position of the region that is currently being displayed within
> the WebView widget?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to