MerginMaps / MerginMaps/mobile

Make the preview panel scrollable

Open
#3,712 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement ui/ux
Dominant language
C++
Stars
388
Forks
87
Avg merge
2d 7h
Merged PRs (30d)
20

Description

In a project I have set up a QGIS map tip as

<b>Freguesia:</b>
</p>
<p>
[%  replace( "freguesia",'União das freguesias','U.F.') %]
</p>
<p>
<b>Género ou Espécie:</b>
</p>
<p>
[% "sistematica" %]
</p>
<p>
<b>Estado da árvore:</b>
</p>
<p>
[% "estado_arvore" %]
</p>
<p>
<b>PAP:</b>
</p>
<p>
[% "pap" %]
</p>
<b>Propriedade:</b>
</p>
<p>
[% "propriedade" %]
</p>

but the resulting preview panel in MerginMaps App is not scrollable vertically, so the second to last field is partially cut and the lat field does not show at all. Possibly make sense to add vertical scrolling.

Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No source file, test, or entry point is named in the issue. Reproduce the long QGIS map-tip preview in the Mergin Maps mobile app and locate the preview panel implementation; done means the full content, including the final fields, is vertically scrollable without being cut off.

Written by the indexing model from the issue text.

Assessment

Tech stack
cpp
Domain
mobile-dev
Issue type
Feature
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.