[android-developers] WebView and Custom Protocol Handlers

2009-10-08 Thread donthorp
Looking through the source, it seems that the URLInterceptRegistry is only used for URLUtil.isNetworkUrl, it then falls through to handleLocalFile which doesn't have an intercept point for local protocols. Is there another method that I've missed? At this point it looks like the only way to accom

[android-developers] WebView's use of AbsoluteLayout

2009-07-15 Thread donthorp
Are there currently any plans to replace AbsoluteLayout in in WebView? I need to place native controls based on the coordinates of elements in the WebView. I'm currently using a separate View to manage the layer, but I'd prefer to override the layout in WebView. Thanks, Don Thorp Titanium Mobile