Friday, October 18, 2013

Eclipse Mac OS: Hyperlinks are not working in welcome page

Have you ever come across the issue, where hyperlinks is not working in Mac OS Eclipse but it works in Windows OS.

We had faced this issue with the welcome page, where hyper links are not working. The reason was, href links with target=”_blank” is causing the issue.

We couldn't see any other solution other than removing it.


To understand about target attribute in html @ http://www.w3schools.com/tags/att_a_target.asp

Similar thread on the same topic @  https://code.google.com/p/android/issues/detail?id=41109

1 comment:

  1. Removing the target="_blank" from the hrefs makes them work in the embedded browser. Launching an external browser doesn't seem to work.

    Thanks
    Silvester Norman

    Changing MAC Address

    ReplyDelete