Symptom

If you have a link within your Portal such as in About Us page or in the description of your Media, when you click it within your Desktop Application it will lead to unexpected behavior.


Cause

This is because a native Desktop application can not render web links within itself.


Solution

Please ensure that every link in the portal (that is intended to be used within the Desktop application) should be included with the following property target="_blank" in the rich HTML editor.


Here is an example of a link to VIDIZMO:


<a href="https://vidizmo.com" target="_blank">VIDIZMO</a>