Recent content by akhileshk

  1. A

    apiReadyCallback working only once

    That is a call-back function, right? Or do we need to call it? Below is my code. require(['jquery', 'webrotate'], function($) { jQuery(document).ready(function() { jQuery('#wr360PlayerId').rotator({ licenseFileURL: '<?php echo...
  2. A

    apiReadyCallback working only once

    This function doesn't seem to work. On which event this function is triggered?
  3. A

    apiReadyCallback working only once

    Did you mean to generate the XML file dynamically?
  4. A

    apiReadyCallback working only once

    I am trying to integrate Webrotate 360 into my Magento 2 website. I have created it as a module and it is working. Now, I want to prepend the site URL before the hotspot's relative URL. I have prepended it using the API but it only works once. When I click on any of the hotspots, the new image...
Top