Can't scroll through the attributes form in QField when there is a Html widget. #3347
OctaviSerra
started this conversation in
Bugs
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
the problem is as the title poses. I attach a test project. In it, there is a single layer with four fields: id, name, century, and style. There's just one feature in this layer. In QGIS, I have configured the attributes form this way:
id field has an associated Range widget; name, century, and style have Text Edit widgets associated. Between name and century Text Edit widgets, I have placed an Html widget that gets an image from a file hosting service. It works smoothly on QGIS. When I select my feature and open up the attributes form this is what there is to be seen:
However, when moving to QField, things go bad. When clicking on the feature, you can see the widgets for id, name, and the Html widget where the image is correctly rendered. But you are unable to scroll down, so you never come to see the Text Edit widgets for the century and style fields.
Please, can you look at my project to check whether this is truly a bug or I am doing something wrong?
HtmlWidgetTestProject.zip
Beta Was this translation helpful? Give feedback.
All reactions