I have 2 webviews in a relative layout. I'm doing so because I need an HTML on a fixed position while HTML list beneath it is scrolling (basically a header that floats on a scrolling list).
I want both webviews be in the same size so my HTML developer can control the size of the header dynamically. For this purpose, I need the OnTouch event to propagate between the 2 WebViews. but in my debugging, it doesn't. If I use View's instead - it propagates. Anybody knows of the WebView not propagating the OnTouch events to lower hierarchy views? -- 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

