I'm using a TextView and trying to put a hyperlink in the view it works perfect when used on iphone 5c iOS 10 but I've tested it on a iPhone 7 and its not working.
Are their any additional steps that are needed in later builds of iOS?
Example:
Are their any additional steps that are needed in later builds of iOS?
B4X:
Sub Linkify(tv As TextView)
Dim no As NativeObject = tv
no.SetField("editable", False)
no.SetField("dataDetectorTypes", 0xffffffff)
End Sub
Example:
Attachments
Last edited: