URL opening changed behaviour with Symbian Belle ?!
Ciao,
I am seeing a problem with opening urls in on button press with Symbian Belle.
For example:
[B]on (press) {
getURL("http://m.facebook.com/sharer.php?u=http://www.domain.com&t=Ciao");
}[/B]
[B]on (press) {
getURL("http://mobile.twitter.com/home?status=Ciao http://www.domain.com");
}[/B]
Looks like that opening URLs which contain another usl as part of the message creates an issue. The browser opens and than is set to the background. It never goes to the original link but it goes to the default hompage of the browser settings.
Is anyone seeing this issue?
Alessandro
Re: URL opening changed behaviour with Symbian Belle ?!
got no problem with it... at least links to ovi (got links to my paid apps in flash under WRT)
maybe you don't use WRT
try escape the /, or just go with: something linke this:
[code]
on (press) {
getURL("http://m.facebook.com/sharer.php?u=www.domain.com&t=Ciao");
}
[/code]
seams that facebook doesn't upset omitting the [url]http://,[/url] probably works with twitter too