Quick Links: Download Gideros Studio | Gideros Documentation | Gideros community chat | DONATE
DIALOG_CANCEL facebook Android plugin — Gideros Forum

DIALOG_CANCEL facebook Android plugin

emreemre Member
edited August 2013 in General questions
Hii,
I try to capture facebook dialog cancel event (If user do not post message)
facebook:addEventListener(Event.DIALOG_CANCEL, function(e)
	local text6 = TextField.new(nil, "Event.DIALOG_CANCEL")
	text6:setPosition(10, 550)
	stage:addChild(text6)	
end)
But the event are not fired when I click Cancel button or close the dialog via close icon

Thanks

Comments

Sign In or Register to comment.