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
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
Removing the target="_blank" from the hrefs makes them work in the embedded browser. Launching an external browser doesn't seem to work.
ReplyDeleteThanks
Silvester Norman
Changing MAC Address