background customer service feedback: after the paying user enters the relevant H5 page through App, it is found that the lack of permission is a mobile compatibility problem (because the access in another phone or direct browser is OK), such as Gree...
in safari 5. When the react project is run in the version, the variable Set does not exist. It is difficult for me to use all three methods . "plugins":[ "transform-runtime" ] import babel-polyfill import core-js e...
The problem is that due to the heavy use of css3 in the project has added three meta to the page. <meta name="renderer" content="webkit" > <meta name="force-rendering" content="webkit" > <meta ...
babel-polyfill and es6-promise files compatible with IE browsers have been introduced correctly, and IE10+ can be opened normally when the project is put online, but IE9 can not be opened, it is a blank page, and it is not a reported syntax error, but a...
during the development of the player, the real machine debugging found that the uc browser could not trigger the play event of the audio tag, nor could it play it automatically. Test code <template> <div class="audio-wrapper"...
there is still a lot of distance below the scroll bar, but you can t drop down. ...
react project created based on creat-react-app,. In order to solve the compatibility of IE with some methods of Es6, babel-polyfill is introduced into the project. Can run normally in the local development environment, performing packaging upload to th...
has any Daniel solved the problem of display compatibility of http image resources in https websites in various mobile browsers? Specifically, some Android models, such as Huawei, vivo s native webview can not display http image resources on https sites...
to make an effect that scrolls horizontally on the mobile: chrome-webkit- -moz-: found a lot of information, or just remove the scroll bar under Firefox, but not scroll under chrome, how to do it? ask for advice, thank you! ...
The directory is like this :360okEdgeVueEdgees5webpackdebug : Edge: ...
has made some mobile display pages, and the lower sidebar of Huawei s own browser is always blocked, which affects the look and feel. Can hide be controlled? With a special meta or something? ...
there is a mobile project currently in testing, using vue (2.2.2) + mint-ui for development, and I don t know how to handle compatibility. What method should be used to determine whether the current environment is working properly? I just looked at t...
system Information php 7.1 MariaDB 10 Laravel 5.6 centos 7 when users place an order using the balance, they will have a series of table operations: 1, update the balance field of the user table 2, insert data 3 into the balance record table, c...
when the page is loaded, data has not yet been obtained, but my component has been loaded. although all the data is displayed, there is still an error message . Image prompt is that image does not exist when the component is loaded, but in the end...
1. The Cascader cascade selector component of antd is adopted, and the regional lazy loading mode (province > city > district > county) 2. When you need to edit a region, because the data is lazily loaded, if the data of the district or county has not ...
what is the implementation principle of react state? Is there a boss who can explain? Or is there a good article in more detail? Ask for an answer? ...
I want to implement the function of , which returns all questions under all tags that the user follows and sorts them in chronological order. Tag and Question are many-to-many, User and Question are one-to-many, and user and tag are many-to-many I ...