Feedback on base aepp a tag

@stoyan_ae
In base’s browser, if the TAB has a target="_blank" parameter, you will not be able to access it

Hey, which view are you referring to?

For example, create a random index.html page that reads:

<a href="aeternity.com" target="_blank" >Aeternity</a>

This won’t open in the base browser.
Remove target="_blank" and open normally:

<a href="aeternity.com">Aeternity</a>

I’m not allowed to use <a>Ok, I reedited the last reply

Oh I see… Yes, the browser does not support tabs right now… so you cannot use _blank (because that would open another tab).

The browser will be completely redone in the future. We are mostly addressing the most pressing concerns in the mean time.