Practical tips for developing iOS--pop-up app download tips in the HTML page header
This article describes its simple use:
The first step is to set up a local access server.
Open a local terminal, create a new folder locally, and store the test HTML page in the folder.
Enter a line of code in the terminal: Python-m simplehttpserver
---
Step Two: Configure the environment
Open Safari, preferences, tick "Show development menu in menu bar" as shown in.
Step three: Write HTML files
The test code written in the test file appdown.html is as follows:
' Description ' 444934666 is the ID of the corresponding app. Here, take QQ as an example.
<! DOCTYPE html>
Fourth step: Commissioning and effects
You can view the display and debug it with the appropriate device, development, and so on in the Safari menu bar. (' Open Web Inspector ')
The display results are as follows:
Practical tips for developing iOS--pop-up app download tips in the HTML page header