dplus
9 Nov 2011, 5:37 AM
Hi,
Suppose I have an Ext.Panel with the following config:
items: [
{
title: 'Settings',
html: '<h1>Settings Card</h1><a class="hyperlink" id="link1" href="http://www.google.com/")">test link</a>',
cls: 'card4',
iconCls: 'settings'
}
]
then tapping on the anchor link which points to google won't do anything on a BlackBerry.
I've searched the forums and found the following thread which is about the same problem:
http://www.sencha.com/forum/archive/index.php/t-103719.html
Why is this happening and will it be solved in a future release?
Suppose I have an Ext.Panel with the following config:
items: [
{
title: 'Settings',
html: '<h1>Settings Card</h1><a class="hyperlink" id="link1" href="http://www.google.com/")">test link</a>',
cls: 'card4',
iconCls: 'settings'
}
]
then tapping on the anchor link which points to google won't do anything on a BlackBerry.
I've searched the forums and found the following thread which is about the same problem:
http://www.sencha.com/forum/archive/index.php/t-103719.html
Why is this happening and will it be solved in a future release?