Git Product home page Git Product logo

Comments (6)

joshkehn avatar joshkehn commented on September 26, 2024

Just tried it in the simulator.

screen shot 2014-11-12 at 2 10 53 pm

You need to open the web page inside the WKWebView (either on device or in the simulator). Running it in a separate browser won't work.

from jsmessageexample.

etiennea avatar etiennea commented on September 26, 2024

Figured it out, we were re-instantiating the options which removes window.webkit access

from jsmessageexample.

joshkehn avatar joshkehn commented on September 26, 2024

That's interesting, can you explain a bit more how it happened?

from jsmessageexample.

etiennea avatar etiennea commented on September 26, 2024

I removed

WKWebViewConfiguration *configuration = [[WKWebViewConfiguration alloc] init];
WKUserContentController *controller = [[WKUserContentController alloc] init];

and used

 _webView.config  

and window.webkit reapeared

from jsmessageexample.

joshkehn avatar joshkehn commented on September 26, 2024

Ah, so you were re-initializing the configuration on the _webView and that caused the handlers to disappear in JavaScript?

from jsmessageexample.

etiennea avatar etiennea commented on September 26, 2024

Yes exactly

On Wednesday, November 12, 2014, Joshua Kehn [email protected]
wrote:

Ah, so you were re-initializing the configuration on the _webView and
that caused the handlers to disappear in JavaScript?


Reply to this email directly or view it on GitHub
#1 (comment)
.

from jsmessageexample.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.