Hi everyone!
I had to place a link to SAPUI5 Self-Services landing page at some client's web space.
Here's an example of the link:
I've discovered that if landing page is opened in a new tab, only a background is shown (no personalization tools etc.) Even if you refresh the page (Ctrl+F5) or clear browser cache and cookies (Ctrl+Shift+Del) you will get the same result.
But... if you copy the link from your browser's address bar, open a new tab and paste the copied link to new tab's address bar - everything will work just fine.
That's why my next step was to exclude TARGET attribute from <a> tag like this:
After this my landing page was opened correctly, but in the current window (since the default value is target="_self").
But I really need to open landing page in a new tab.
I've tried different ways to place the correct link, but none of them worked out, for example:
Every time the landing page is opened in a new tab it is blank.
Any ideas what's the issue about?
Regards,
Anton