NappUI icon indicating copy to clipboard operation
NappUI copied to clipboard

A collection of extended functionality for the UI components of Titanium SDK

Results 29 NappUI issues
Sort by recently updated
recently updated
newest added

Possible set backgroundImage and activeBackgroundImage for each tab in IOS7

Would be nice to have an option on the generic label to set the line spacing. This code sort of works but the label's frame size (height) is somehow not...

Last 2 characters of a link are not tappable if one emoji (or any other 2 byte unicode character) is used before the link.

In the code for attributed labels (TiUILabel+Extend.m) checks for labels that have attributes by using this code: ``` C if(label.attributedText == nil) return; ``` But according to Apple's documentation the...

For Snowciety we use Leaflet as our map client running inside a web view. Last week, Leaflet stopped working and it took me 1,5 days to figure out why. Including...

On ios7 isn't possible change the default Cancel Text.

The webView [beforeload](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.WebView-event-beforeload) event currently does not trigger on remote pages. > This event does not fire when navigating remote web pages. It would be very handy if it did,...

Using Popovers in Titanium is annoying since there isn't any sane way to prevent multiple popovers from appearing if you hit the same button twice which executes `popover.show()`. It would...

Do you think it's possible to expose the content size of the WebView to Titanium? I think it would be webView.scrollView.contentSize. I tried it myself, but I have no idea...