search
Article Tags
uni-app
How to display gif in uniapp live streaming

How to display gif in uniapp live streaming

In recent years, with the development of mobile Internet and 5G technology, the live broadcast industry has also developed rapidly. During the live broadcast process, how to achieve high-quality and smooth streaming playback has always been a concern for developers. In front-end development, there is a cross-platform framework called uniapp, which can support multiple platforms at the same time, including the implementation of live broadcast functions. This article will introduce how to use uniapp to implement live streaming and display gif animation during the streaming process. 1. What is uniapp? Uniapp is a software based on Vue and front-end technology.

Apr 20, 2023 pm 03:03 PM
What should I do if echarts referenced by uniapp is not displayed?

What should I do if echarts referenced by uniapp is not displayed?

If you are using uniapp to develop an application and want to reference echarts for data visualization, but find that no matter how hard you try, the echarts chart cannot be displayed normally, then you may need to perform the following debugging steps: 1. Confirm whether echarts is correctly introduced. Before using echarts, you need to introduce the js file of echarts. You can add the following code to index.html to try to import it: ```