urlwatch icon indicating copy to clipboard operation
urlwatch copied to clipboard

Pushover links are not clickable

Open ghost opened this issue 4 years ago • 1 comments

Pushover iOS links are clickable. In Safari they are not.

urlwatch tells chump to set html styling on so we need to style messages using html rather than rely on pushover to do automatic styling.

What is the proper way to configure urlwatch to turn html stying off? In the configuration? There is no documentation that I know of. Can it be done per job in the jobs.yaml? How?

Pushover support replied

It looks like you are receiving messages with HTML parsing enabled (https://pushover.net/api#html) so any links are expected to already be turned into links with <a href=""></a> tags. If you send without the html flag on, they should show up as links in the desktop client. This appears to be done differently in our iOS client which tries to find links even for HTML messages, which may be a bug there. -- joshua stein | Pushover | https://pushover.net

ghost avatar Feb 11 '20 19:02 ghost

Wonder if #518 would help this in any way?

thp avatar Jul 10 '20 14:07 thp