current location:Home > Technical Articles > Web Front-end > H5 Tutorial
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Daily Programming WeChat Applet Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to invoke app in html5
- It is common for h5 to evoke this need in apps. In an era where mobile is king, h5 plays an important role in app traffic diversion. The evocation method we currently use is url scheme (supported by both iOS and Android platforms). You only need to register the scheme during native APP development, and then when the user clicks on such a link, they will automatically jump to the APP.
- H5 Tutorial 4027 2018-05-25 15:58:51
-
- Summary of several storage methods in front-end HTML5
- Overall situation Before h5, cookies were mainly used for storage. The disadvantage of cookies is that they carry data in the request header, and the size is within 4k. Main Domain pollution. Main applications: shopping cart, customer login. For IE browser, there is UserData, the size is 64k, only IE browser supports it.
- H5 Tutorial 3339 2018-05-25 11:12:28
-
- Javascript this 的一些学习总结
- 1.1.1 摘要 相信有C/C++、C#或Java等编程经验的各位,对于this关键字再熟悉不过了。由于Javascript是一种面向对象的编程语言,它和C/C++、C#或Java一样都包含this关键字,接下来我们将向大家介绍Javascript中的this ...,。
- H5 Tutorial 1959 2018-05-25 09:45:05
-
- Detailed explanation of examples of implementing the camera function through H5
- HTML5 Photography First, let’s take a look at the HTML code structure. Of course, this part of the DOM content should be dynamically loaded and generated after the user allows the use of his camera event. Interested friends can learn more
- H5 Tutorial 5680 2018-05-25 09:21:43
-
- Usage examples of drawImage (image scaling or cropping) in H5 Canvas API
- This article mainly introduces the usage examples of the drawImage() method in the HTML5 Canvas API. The drawImage() method is mainly used to scale or crop images. The article gives the usage of its coordinates and related parameters. Friends who need it can refer to it.
- H5 Tutorial 16940 2018-05-24 16:29:54
-
- 使用jQuery控制HTML5视频播放/暂停
- 我尝试用jQuery控制HTML5视频,两个视频分别在两个tab中,我希望点中tab后,该tab里的视频可以立即播放,而另外tab里的视频能够停止。,。
- H5 Tutorial 4352 2018-05-24 16:18:13
-
- HTML5 canvas basic drawing: drawing five-pointed star
- <canvas></canvas> is a new tag in HTML5, used to draw graphics. In fact, this tag is the same as other tags. Its special feature is that this tag can obtain a CanvasRenderingContext2D object, which we can use JavaScript scripts to Control this object for drawing. <canvas></canvas> is just a container for drawing graphics. In addition to attributes such as id, class, style, and hei
- H5 Tutorial 9549 2018-05-24 15:25:43
-
- Xiaoqiang's road to HTML5 mobile development (5) – making a beautiful video player
- In the previous articles, we introduced the characteristics of HTML5 and the basic knowledge that needs to be mastered. Now let’s start to truly experience the advantages of Html5. Let’s start making a beautiful video player. Smile, don’t worry, understand it before starting to make it. Let’s talk about the basic knowledge of video files.
- H5 Tutorial 11388 2018-05-24 14:40:02
-
- HTML5 CANVAS:绘制图片
- 通过前面的学习,我们现在已经可以在HTML5 Canvas中绘制图形和文字,并给它们设置一些样式。我们还可以在canvas中绘制图片。,。
- H5 Tutorial 5876 2018-05-24 13:50:39
-
- Detailed explanation of html5 video mobile terminal
- This article mainly introduces a brief discussion of filling in the pitfalls of HTML5 video on the mobile terminal. The editor thinks it is quite good, so I will share it with you now and give it as a reference. Let’s follow the editor to take a look, I hope it can help everyone.
- H5 Tutorial 7090 2018-05-24 11:16:11
-
- Instructions for using the open source code flv.js
- Flv.js is an HTML5 Flash video (FLV) player, developed purely with native JavaScript and does not use Flash. Open sourced by bilibili website. A JavaScript library that implements playing FLV format videos in HTML5 videos. It works by transcoding and muxing an FLV file stream into ISO BMFF (MP4 fragment) fragments, then feeding the MP4 fragments into the browser via Media Source Extensions. flv.js is written in ECMAScript 6 and passed through Babel Compiler
- H5 Tutorial 17888 2018-05-24 11:11:56
-
- How to remove the default style of the input box on the mobile H5 page
- This time I will show you how to remove the default style of the input box on the mobile H5 page. What are the precautions for removing the default style of the input box on the mobile H5 page. The following is a practical case, let's take a look.
- H5 Tutorial 5564 2018-05-24 09:54:28
-
- HTML5 Plus example code to implement the function of taking pictures or selecting pictures in the album to upload on mobile APP
- This article mainly introduces the Camera, GalleryIO, Storage and Uploader of HTML5 Plus in detail, and the relevant information to realize the function of taking pictures or selecting pictures in the album to upload on the mobile APP. Interested friends can refer to it.
- H5 Tutorial 15878 2018-05-23 15:12:52
-
- Detailed explanation of HTML5 placeholder attribute
- This article mainly introduces the HTML5 placeholder attribute in detail. The placeholder attribute allows you to display prompt information in the text box. Interested friends can refer to it.
- H5 Tutorial 2509 2018-05-23 10:57:58
-
- Detailed introduction to the effect of HTML5 using Audio tags to achieve lyrics synchronization
- The most powerful thing about HTML5 is the processing of media files. For example, video playback can be achieved by using a simple vedio tag. Similarly, there is a corresponding tag for processing audio files in HTML5, which is the audio tag. Through this article, I will introduce to you the effect of HTML5 using the Audio tag to achieve lyrics synchronization. Friends who are interested can learn together.
- H5 Tutorial 6734 2018-05-22 16:40:43