-
Notifications
You must be signed in to change notification settings - Fork 46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RegisterJavascriptObject works only on first page loaded #185
Comments
The same happens with clean code using the menu item "Bind Javascript Object".
|
I was struggling with the same issue today, The |
Should have opened your PR first :). I did almost the exact same fix on my side, however in the |
@AndreBooysen you're right! It's better to call it in the load start event. |
I tried to use
RegisterJavascriptObject
in the browser LoadEnd event and I'm seeing a strange behaviourI modified
RegisterJavascriptObject
to return the boolean value from_objectRegistry.Register
.The strange thing is:
The code that return false is this
This should mean that the object is registered. Why I cannot access it?
The text was updated successfully, but these errors were encountered: