I have an android application, with a tab with 3 windows. In the windows there some images with a link to a url like this:
dialog.addEventListener('click', function(e) {
if (e.index==0){
Titanium.Platform.openURL(wiki1);
}
Everything works fine for now
You can go to a new level calling a function, that closes all the windows, and tab and create another tab and 3 windows more and display new images. My problem is that now, the OpenURL (same as the other one) doesnt work. I received an error runtime error Message: Uncaught error: Java Exception ocurred Source: Titanium.Platform.openURL(wiki1)
Any idea what can be the problem? Tx Cesar
Your Answer
Think you can help? Login to answer this question!