Search results

  1. M

    Rotate to specific point or image on button click in JS

    These are the hotspots numbered as (1, 2). I want to change it another icon (checkmark icon) when click on it.
  2. M

    Rotate to specific point or image on button click in JS

    I am using normal + sign image provided by an open editor for hotspots. But what I want is when someone clicks on any hotspot the image should change to any other image. Do you have any idea how we can do this?
  3. M

    Rotate to specific point or image on button click in JS

    How can I change the pointers/hotspots image, can you guide me over this as well please?
  4. M

    Rotate to specific point or image on button click in JS

    Many thanks! That worked for my requirement.
  5. M

    Rotate to specific point or image on button click in JS

    I have integrated web rotate 360 in my react app and it works perfect. Now, what I want is 360 image should auto rotate to any specific image when I click on button. Let me explain a complete scenario: I have 4 buttons (Front, Right, Left, Rear). Now on click event of front button the front...
  6. M

    How to get hotspot click action in React?

    Hello, thanks for your reply. I have integrated this below code in useEffect useEffect(() => { const viewer = WR360.ImageRotator.Create("webrotate360"); viewer.settings.configFileURL = "/360car.xml"; viewer.settings.graphicsPath = "/graphics"; viewer.settings.alt = "Your alt...
  7. M

    How to get hotspot click action in React?

    Hello, I have integrated web rotate 360 in my React App having multiple hotspots and click actions on it. I can get click action on hotspots when working in simple custom HTML and JS project, but not have any idea of how to track hotspot click function in my react app. That's my code in react...
Top