-
Notifications
You must be signed in to change notification settings - Fork 58
Open
Description
I am unable to change my MyJSTest with SomeMethod
```
/*
A sample URL structure:
easy-js:SomeMethod:test
easy-js:SomeMethod:testWithParam%3A:haha
*/
My HTML Page change
function onReady()
{
var result= SomeMethod.getUserInfo();
alert(result);
}
And this is the way i calling it
MyJSInterface* interface = [MyJSInterface new];
[self.myWebView addJavascriptInterfaces:interface WithName:@"SomeMethod"];
Metadata
Metadata
Assignees
Labels
No labels