Start a new topic

Information loaded video

Information loaded video


Hi , I wanted to ask a questions about VideoDrawables. I have a VideoDrawable which uses a video file on a server and so it takes time to load the video , I wanted to use a loader which shows the percentage of the loaded video but didn't find any related method in the documentation. 

There is sample code for this?

Thanks

 

Unfortunately this feature is not supported.

Solely onLoaded and onError are provided.

Best regards
Thank you for your reply.

If I want put like wheel animation when it downloading, is it possible?

Do you have any sample code how to do it.

Thanks

Check out the SDK Samples' POI section - it uses a div which is shown while POIs are loaded.
Implementation of your feature is really simple:

- Create a loading div

- Implement the onLoaded callback function of the component to hide the div

Best regards,
Andreas
Login or Signup to post a comment