Webview events

francoisg

Active Member
Licensed User
Longtime User
Hi,
I want to be able to catch specific events on a WebView (onScrollChanged) and other views as well (using reflection maybe?). Is it possible to do?
 

francoisg

Active Member
Licensed User
Longtime User
Hi,
yes - I see the event I mentioned is "protected" - any way to get notified on "protected" events?

What about a view with normal events (public)?
 
Upvote 0

francoisg

Active Member
Licensed User
Longtime User
Anyone interested in creating such a library??? - I would but my knowledge (and time) of java as a language is severely limited!!!

I must be able to have views on a transparent panel follow content inside a web view. Thus ...

I need a way of either
- catching the web view onScroll event
- set the scroll value of a web view manually
- some other way that I'm not thinking of (maybe adding a view as a child of a web view - is that even possible using Android - I know it works for iOS but ...?)
 
Upvote 0
Top