I see that a hook is in the AppDelegate.m file to handle application:handleOpenUrl: and I can see that this event is also used by the Facebook plugin. However, is it possible to get hold of this event up in Lua without having to write a plugin?
On a related matter, is there a complete list of all the events that are triggered in the system. I can's seem to find the event names in the docs.
best regards
Comments
I have not come across the event you are talking about. So I guess that it is only available through native interface
best regards