hi all,
Can anybody tell me how to create hyperlink in mobile ?
hi all,
Can anybody tell me how to create hyperlink in mobile ?
Last edited by sanatkumarmeher1234; 2008-09-12 at 06:06.
Your question is too much opened. What kind of browser is your site designed for ? Wap ? Web ?
Hey guys,
Is it possible to add a hyperlink to text on a canvas?
Regards
Luben
As This is under the Browsing and Mark-up section, I would consider that you are talking on HTML, so you can make hyperlink using a-tag. And Canvas is part of HTML5, which is not really well supported by mobile devices yet.
Do you mean:
String str = "<a href = \"www.google.com\">ggfffddds</a>";
g.drawString(str, 10, 10, Graphics.TOP|Graphics.LEFT);
for example?
because this does not work....
can someone help please?
what is g ? if it is HTML5 canvas, then I already said: Canvas is part of HTML5, which is not really well supported by mobile devices yet. if it is something else, then consider the fact that you are asking this under the Browsing and Mark-up section, and think about asking it under the technology you are actually developing with.
g is graphics g...I am developing in J2ME using the Canvas class.
Then consider really asking the question under the Java section, and not jumping into the middle of thread under Browsing and Mark-up section of this Discussion board.
ok ill consider that especially seeing that you cannot help.
yep, I basically do not know too much at all of Java, and could be that people who do know Java are not reading the Browsing and Mark-up section..
Well the name is ambiguous. You cannot blame me for asking how to create a hyperlink in a forum which title is "How to create a hyperlink?". Especially seeing that hyperlink is in fact marked up text and browsing would never be possible without hyperlinks....