StephenRM Member Thursday at 5:26 AM #1 Dear All ScrollView2D and WebView I have webview, edit text, labels, buttons and spinners. All other controls respond to actions, but webview doesn't respond, is it because of the Elevation of the ScrollView2D? WebView loads the html, but does not scroll... Thanks and regards, Stephen
Dear All ScrollView2D and WebView I have webview, edit text, labels, buttons and spinners. All other controls respond to actions, but webview doesn't respond, is it because of the Elevation of the ScrollView2D? WebView loads the html, but does not scroll... Thanks and regards, Stephen
Erel B4X founder Staff member Licensed User Longtime User Thursday at 5:53 AM #2 Putting a scrollable view inside another scrollable view is problematic. One of them will not behave properly. Upvote 0
Putting a scrollable view inside another scrollable view is problematic. One of them will not behave properly.