Details

    • Type: Improvement Improvement
    • Status: Closed
    • Priority: Major Major
    • Resolution: Duplicate
    • Affects Version/s: 3.2
    • Fix Version/s: None
    • Component/s: Push Library
    • Labels:
      None
    • Environment:
      n/a

      Description

      Currently, the developer must declare the following javascript when using Cloud Push in a JSP or Spring MVC environment:

      <script type="text/javascript">
              <%
                  String cloudPushId = Utils.getCloudPushId(request);
                  if (null != cloudPushId) {
                      out.println("window.addEventListener('load', function() { ice.push.parkInactivePushIds('" + cloudPushId + "'); }, false);");
                  }
              %>
      </script>

      This could be integrated in a new push tag

        Issue Links

          Activity

          There are no comments yet on this issue.

            People

            • Assignee:
              Philip Breau
              Reporter:
              Philip Breau
            • Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

              • Created:
                Updated:
                Resolved: