07-19-2011 02:53 PM
Really stupid question I just haven't found an answer for, sorry!
I'm developing mobileversions of sites that need to look good and function on Blackberry. Unfortunately I do not own a Blackberry, so I am using Adobe Device Central. I'm getting an error on every target="_blank" link that 'Opening an HTML link in a new window is not supported.' and the new page does not load.
I'm thinking that Device Central is a little confused, and even if not, that non-supported HTML is more likely to be ignored than to abort a page load. So, in short, does Blackberry support target=_blank HTML syntax? If it doesn't, does this actually render links non-functional?
Thank you!
Solved! Go to Solution.
07-20-2011 12:02 PM
Is this a WebWorks app or a mobile web site?
For which OS?
If it's an app, you need to use this:
http://www.blackberry.com/developers/docs/webworks
07-20-2011 01:22 PM - edited 07-20-2011 01:24 PM
Just a mobile website. Not targeting a specific Blackberry OS, but if I had to choose, I'd say 5 and 6.
Thanks!
07-20-2011 09:12 PM
07-21-2011 10:39 AM
We're not building apps, so installing simulators has seemed like a lot of trouble to go through just to see our sites on mobile devices. But since my intuition is telling me Adobe Device Central is somewhat off the mark, we may need to go that route.
More information, like the answer to my original question, will help me decide if Device Central is a viable testing platform, or if we need to find other testing alternatives.
Thanks!
07-21-2011 03:23 PM
I strongly suggest downloading a simulator and trying things out so you can judge for yourself.
Trying this site on a 6.0 Torch sim reveals that target=_blank works fine:
http://www.w3schools.com/html/tryit.asp?filename=t
07-21-2011 04:09 PM
I'll try it out, thanks!