I am porting a titanium app to monotouch due to its high cost, but need to find a way of sending a custom event from the UIWebView to the application.
Titanium has Ti.App.fireEvent, is there an equivalent?
thanks
I am porting a titanium app to monotouch due to its high cost, but need to find a way of sending a custom event from the UIWebView to the application.
Titanium has Ti.App.fireEvent, is there an equivalent?
thanks
This question answers a similar problem:
How I can call a javascript function with MonoTouch and vice versa?