I don't think that's right. I'm not trying to do anything crazy here, just enable a pretty basic HTML function - open a new window.
It goes back to this line... webview.setWebViewClient(new WebViewClientDemo()); If that line is not there, EVERY link opens in a new window... including ones on the same domain - even with ones with no target. The Google tutorial stops with two options... every link opens in a new window or none of the links open in a new window. That doesn't seem like an ideal situation to me. I find it hard to believe that's Google's ultimate implementation of the Web Kit. My limited understanding of this stuff seems like the more likely issue... HA HA. I'm thinking this can be done. I just haven't figured it out yet. Maybe I'm missing something about the setWebViewClient. If I can turn that line off for links other than my own, I might be able to fix this problem. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

