Nikhil Nigade

Results 30 comments of Nikhil Nigade

Ah crap! I was hoping you'd do it. :wink: I'll send one your way later today. :smile:

How do you propose I do the version number on this one? Patch(1.2.x) or subversion(1.3)?

@timanrebel if you're not using the UIWebView features from the module, I'd recommned deleting the header and implementation files and then building and using the module in your project. The...

To fix the above, modify your `titanium.xcconfig` file to include the following: ``` TITANIUM_SDK_VERSION = 3.2.0.v20131110134044 // // THESE SHOULD BE OK GENERALLY AS-IS // TITANIUM_SDK = ~/Library/Application Support/Titanium/mobilesdk/osx/$(TITANIUM_SDK_VERSION) TITANIUM_BASE_SDK...

You could please paste an example Label object which I can test? Also, to what type of view did you add it to(Window, View, etc)? Cheers, Nikh. On Tue, Oct...

Can you please try the following, by replacing your attributedText prop with this one? ``` attributedText : { text : string, attributes : [{ text : "Condizioni d'uso.", color :...

Ah! Happens when you tap a link? This is a known bug and I'm trying to find a fix for this.  Cheers, Nikh. On Fri, Oct 25, 2013 at 2:09...

Yes please. I have another implementation in place which I shall release once stable in it's own repo. Thanks.

I’m using it in [Elytra’s Web app](https://elytra.app) to share the title and URL of the article the user is reading.

To Clarify, I am referring to this callback: ``` { title:"Custom Share", type:"hello.world", image:"pin.png", callback: function(e) { alert("You chose me!"); } } ```