hansemannn / titanium-context-menu

Use the `UIPreviewInteraction` and `UIMenu` API in the Titanium SDK.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SystemButtons are invisible

caspahouzer opened this issue · comments

With changing my version from 2.0.0 to 2.2.0, all systemButtons are invisible. They are clickable, but not visible. In my case, the system buttons are in the RightNavButtons tag and I even don't use the context menu there

Example

<RightNavButtons platform="ios">
			<Button id="addBtn" systemButton="ADD" onClick="handleAdd" enabled="false" /> 
			<Button id="feedbackBtn" onClick="handleFeedbackBtn" image="images/feedback.png" /> 
		</RightNavButtons>

Yeah, we override all nav buttons right now. I'll try to fix that later this week!

When this is fixed, this module is really awesome and so easy to use

Works perfect! Thank you