Android Question Linkify not working with API level 19+

Kwame Twum

Active Member
Licensed User
Longtime User
Hello everyone, from one of @agraham 's examples this doesn't seem to work with API level 19+

B4X:
Dim Obj1 As Reflector
Label1.Text = "http://www.b4x.com"
Obj1.Target = Obj1.CreateObject("android.text.util.Linkify")
Dim args(2) As Object
Dim types(2) As String
args(0) = Label1
types(0) = "android.widget.TextView"
args(1) = 15
types(1) = "java.lang.int"
Obj1.RunMethod4("addLinks", args, types)

Is there any workaround?
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…