Hi folks,
I want to create an internal help/advice-section within my app. Embedding pictures into the html itself is not preferred because of several reasons (zooming, picture quality, text to large picture scrolls out to early).
So I decided to put an imageview on the upper half of the display, below that a webview containing a larger html-file. So far so good. Is there a way to trigger an event to change the content of the imageview, depending on the position the webview is scrolled up/down to a several point? Because of the length of the text this is a better solution in my case than embedding the pictures into the text. Any solution for this?
Cheers, BV
I want to create an internal help/advice-section within my app. Embedding pictures into the html itself is not preferred because of several reasons (zooming, picture quality, text to large picture scrolls out to early).
So I decided to put an imageview on the upper half of the display, below that a webview containing a larger html-file. So far so good. Is there a way to trigger an event to change the content of the imageview, depending on the position the webview is scrolled up/down to a several point? Because of the length of the text this is a better solution in my case than embedding the pictures into the text. Any solution for this?
Cheers, BV