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

Can't build for `5.2.2.GA` iOS `9` ``` /Users/Odin/Documents/Projects/NappUI/Classes/DkNappUiModuleAssets.m:15:11: error: expected ';' after expression 2016-06-07 09:42:44.370 titanium_prep[94302:1887168] *** Terminating ap... ^ ; /Users/Odin/Documents/Projects/NappUI/Classes/DkNappUiModuleAssets.m:15:13: error: invalid digit '9' in octal constant 2016-06-07...

When this module is enabled in the tiapp.xml, webviews that are loading websites or pages that contain javascript scode uch as facebook js sdk, twitter buttons or google banners, turn...

I've got some Alloy TSS ``` 'TextField' : { color: '#fff', font : { fontFamily: 'Dosis-Medium', fontSize: '22px' }, textAlign: 'left', hintTextColor: 'white', hintText: 'lemoncake' } ``` and my XML...

Hey Guys Ay idea on how to get popToRoot working in an Alloy project? At the moment all I am getting from the code is `````` xml ``` ```javascript $.navWindowDetail.popToRoot();...

hi i have this error when i go to build an app with the module how can i solve? the app is a example ( only added the module )...

Commit 3633dbd broke handling of iframes. I'm not sure whether it's in remote content only, but assume it's not. It would first navigate to 'about:blank' and then to the URL...

The current popToRoot is based on the navigationGroup which was deprecated in 3.1.3.GA The following can be used for the new navWindowProxy ``` -(void)popToRoot { [navController popToRootViewControllerAnimated:NO]; } ```

I have been trying to get bidirectional communication between javascript in a local WebView and Titanium. I was using the examples on http://docs.appcelerator.com/titanium/latest/#!/guide/Communication_Between_WebViews_and_Titanium, however it wasn't firing any events (except...

I get a fatal error when trying to set the html property of a webview: ``` javascript var win = Titanium.UI.createWindow(); var webView = Titanium.UI.createWebView({ html: "broken", }); win.add(webView); win.open();...

Is it possible to add a parameter to popToRoot so that the closing animation can be controlled?