Hi,
My App is reading a RSS flow and I would like to open each link into a new browser (playing with "self", "system", "blank").
I've check the following tutorial:
http://devcenter.appery.io/tutorials/...
If I use URL component, I cannot change the target attribute.
If I use a Label component with a javascript like in the tutorial, I got an issue since the item is stored in a list. As a consequence, the name of the label storing the link is not unique.
How could I open listed links into a browser with target=_blank?
Thank you,
Alexis