I have a WebView which has been loaded with local content using loadData(String data, String mimeType, String encoding).
I want this to initially display with a given substring of the first parameter visible. This is, I want to scroll to a position given the content at that position. If necessary, I can insert a tag in the content before display and programmatically scroll to that tag, but the only scrollTo method of WebView I can find requires that I know the position to scroll to. Is there a way to accomplish this? --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

