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.
The support forum is temporarily read-only. For urgent requests, please email contact[at]psyberia.net
Questions about waypoint description field
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Questions about waypoint description field
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).
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 !
Re: Questions about waypoint description field
I cheked it, working tags are:And you can use HTML formatting (except images)
Code: Select all
<b> (also <strong>)
<i> (also <em>)
<u>
<big>
<small>
<p>
<br>
<sub>
<sup>
<a>
<nav>
<font> (only "color")
<h1>-<h6>
<abbr>
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Questions about waypoint description field
Thanks Alex!
Do you like AlpineQuest ? Leave a small comment on Google Play !
Re: Questions about waypoint description field
Hi.
Could you please add support of font size in addition to font color in the waypoint description field?
A kind of this
This is some text!
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>
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Questions about waypoint description field
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:
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 !
Re: Questions about waypoint description field
Hi, François!
Could you please give some more examples?
Could you please give some more examples?
-
- Site Admin
- Posts: 6408
- Joined: Wed Apr 14, 2010 9:41 pm
Re: Questions about waypoint description field
Alex, what do you mean?
Do you like AlpineQuest ? Leave a small comment on Google Play !