The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net

Questions about waypoint description field

Any question about the app? Ask it here
Post Reply
Charlie
Posts: 6
Joined: Mon Jan 06, 2020 10:11 pm

Questions about waypoint description field

Post by Charlie »

I have a large collection of POI (Points of Interest) items. It looks like I can format these as .gpx files for use in AQ but long description fields seem to get truncated. It appears to be intentional since they end in "...". I looked for a .conf parameter for this but could not find one. I did find the parameter for Description text size, which is really helpful for older eyes like mine!

It also seems that description fields support some simple HTML tags, but maybe not all.

Is there more documentation on this? I am trying to provide as much info on the initial tap as possible. Having to tap once for a popup, a second time for a menu and a third time for details is awkward.
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Questions about waypoint description field

Post by Psyberia-Support »

Hi Charlie,
Yes the description preview is truncated to 150 characters to avoid long descriptions to fill entire screen.
Right now unfortunately there is no setting to change this value, but I've added one for the next update.

Here is a shortcut to display the complete value: long press the popup to open the details directly.
And you can use HTML formatting (except images).
Do you like AlpineQuest ? Leave a small comment on Google Play !
Online
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Questions about waypoint description field

Post by alexlong »

And you can use HTML formatting (except images)
I cheked it, working tags are:

Code: Select all

<b>  (also <strong>)
<i> (also  <em>)
<u>
<big>
<small>
<p>
<br>
<sub>
<sup>
<a>
<nav>
<font> (only "color")
<h1>-<h6>
<abbr>
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Questions about waypoint description field

Post by Psyberia-Support »

Thanks Alex!
Do you like AlpineQuest ? Leave a small comment on Google Play !
Online
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Questions about waypoint description field

Post by alexlong »

Hi.
Could you please add support of font size in addition to font color in the waypoint description field?
A kind of this

Code: Select all

<font size="4" color="red">This is some text!</font>
This is some text!
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Questions about waypoint description field

Post by Psyberia-Support »

Hi Alex,
Here are more information about the tags that are supported: https://commonsware.com/blog/Android/20 ... tview.html
The "<font>" tag should be supported, but apparently not anymore (it is deprecated and has been removed in HTML5).

But you can do differently, just add "<table>" at the end of the description.
This way the app will display a real web view, so you can use all HTML tags you want:

Code: Select all

Small, <font size="30">Big</font>

<table>
Do you like AlpineQuest ? Leave a small comment on Google Play !
Online
alexlong
Posts: 660
Joined: Fri Jul 31, 2015 8:06 am
Location: Russia

Re: Questions about waypoint description field

Post by alexlong »

Hi, François!
Could you please give some more examples?
Psyberia-Support
Site Admin
Posts: 6407
Joined: Wed Apr 14, 2010 9:41 pm

Re: Questions about waypoint description field

Post by Psyberia-Support »

Alex, what do you mean?
Do you like AlpineQuest ? Leave a small comment on Google Play !
Post Reply