Hi everyone,
i've a CustomListView in a [b4x]Drawer, with some items. Each item has a Value, this value is a custom type called "ComunicationData" that contains several strings, like cd.Link
When i click on the clv item, the sub "ItemClick" is fired and is this one:
As you can see the code in the Sub is pretty simple, but it crashes.
In the right side you can see that in cd.Link there is the string!, but on StartActivity(pi.OpenBrowser(cd.link)) it crashes.
The full error is:
If I replace cd.Link with http://www.google.it/ it works properly ?
Thanks in advance
i've a CustomListView in a [b4x]Drawer, with some items. Each item has a Value, this value is a custom type called "ComunicationData" that contains several strings, like cd.Link
When i click on the clv item, the sub "ItemClick" is fired and is this one:
As you can see the code in the Sub is pretty simple, but it crashes.
In the right side you can see that in cd.Link there is the string!, but on StartActivity(pi.OpenBrowser(cd.link)) it crashes.
The full error is:
(Exception) java.lang.Exception: android.content.ActivityNotFoundException: No Activity found to handle Intent { act=android.intent.action.VIEW dat= [URL]http://www.google.it/[/URL] flg=0x20000 }
If I replace cd.Link with http://www.google.it/ it works properly ?
Thanks in advance
Last edited: