I have a HTML form that has certain fields which i am opening inside a UIWebview. On click of a particular button i want to do a in app action.
The approach i\'m usi
This code:
Restart
doesn't work for me.
I've added "inapp://capture" in my javascript code for event function
KeyboardInputManager.prototype.restart = function (event) {
window.location.href = "inapp://capture";
//other code
};
Also I use the UIWebViewDelegate and It works for iOS 8, 9.