Hello everyone!
The webview has the ability to change the size of the visible content with gestures. I found how to do this with a web page or database table. Similar soluthin I found for images. Is there a similar tool for regular layout or B4X pages? Just load and use, but if looks small - resize by fingers move?
Native layouts are not zoomable. You can check ZoomImageView code and modify it to resize views instead of the ImageView. It will not be simple and the result will be a bit weird.
As I wrote, you should learn the code in ZoomImageView. It implements the gestures and the view resizing. You need to change the resizing to handle various layouts.
When I look a photo in a smartphone, enough often appears a wish to increase a image/text like in WebView. So I did special custom view based on ScrollView. Works in two regimes. 1) As zoomable Panel (if is set ContentView property) 2) As zoomable ImageView (if is set ContentImage property) If...