Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8090690

WebView java objects set on 'window' via setMember(String, Object) are lost after a page is loaded

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 7u15
    • javafx
    • None
    • web

      Looks like

      JSObject jsobj = (JSObject) webEngine.executeScript("window");
      jsobj.setMember("java", new Bridge());

      only works after the document has been loaded.

      This prevents using java objects during the initial page load

      <!DOCTYPE html>
      <html>
          <head>
              <script>
                - java objects can not be used here
              </script>
           <body>
              <script>
                - or here -
              </script>
          </body>
      </html>


      Same discussion on the comments here: https://blogs.oracle.com/javafx/entry/communicating_between_javascript_and_javafx



            Unassigned Unassigned
            atechnolojfx Anahata Technologies (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Imported: