Search code examples
mobiletitanium

Add Hyperlink to Alert with Titanium


Is it possible to add a hyperlink to an alert box when using Titanium? If so, how?


Solution

  • if you are asking for android then use androidView property of alertDialog. You can use any view like label or webview for hyperlink in android and assign it to alert dialog's view.

    For IOS you need custom View which would look like alert dialog