recently, it is not very clear about the implementation of the function of importing local books into the bookshelf. the specific process of this function is: 1. Click Import to read the file manager selected file (here limited to ePub eBook format fi...
the APP we are doing now is a mixed APP, native android + h5 Native things like calling cameras, native android provides methods for front-end calls now there is a demand: A users share Wechat with B users, and B users will jump to H5 page when the...
how does the webapp chat app do, like Wechat s chat dialog box? ...
the first time h5 interacts with APP, there are some problems. there is a requirement: the front end of H5 needs to call the camera and photo album to upload a picture. Then the developers on the native APP side said to me that you can just call my m...
wants to contact webpack about how to use it, so he abandons any scaffolding tools, creates a multi-page application, and then handwrites the webpack related configuration. But through npm build packaging, it is found that although there are mul...
the project uses a third-party H5 instant messaging service, and the current effect is as follows: : the messages on the left and right sides are inconsistent. Since I have not been in contact with instant messaging before, I do not know what is t...
what are the webapp development frameworks? write down their characteristics if possible Baidu Google can find a detailed comparative introduction, I also ask you? ...
next week the company arranges to make an APP (pure H5 webapp), has no experience of APP before, it s a bit of a panic. There are several main problems 1. Voice, camera and photo albums are mentioned in the prototype. What should I use if I call thes...
fingers will inevitably slide from left to right. The problem is that no matter what distance you slide to the right from any position on the screen, it will trigger the right slip and return effect. As a result, when you slide up and down accidentally, ...
recently made a webapp, that uses mint-ui s ui framework; prepares the data before entering the page with picker, but when you enter the page, the data is displayed and cannot be scrolled. but click on each one to scroll who has stepped on th...
problem description the current situation is that in iview, as long as you put Option, you will report an error. The iview version number is 3.11 . I ran the official sample code directly, but reported an error. Other components are normal, but this i...
is this the simplest adaptive adaptation scheme for web mobile? html { font-size: 62.5%; font-size:calc (100vw 3.75); font-size:-webket-calc (100vw 3.75); Mobile adaptation } what are the benefits and meaning of writing like this? What d...
if I have an api, the data returned by the api will not be affected by user actions, so it rarely changes, and I intercept the api, using caching first. If my data changes, how can I abandon the original cache and adopt the new data? How do you let sw kn...
ask me a question. What about the, web app immersive status bar? ...
fill in the account password on the login page for the first time, adjust the login interface, and return a token at the backend. The previous consideration is that after filling in the account password and logging in, the user turns off webapp and opens...
wrote a webapp (vue single-page application and packaged it with HBuilder. There is a function of listening to music offline after downloading. How to cache large audio files? localstorage maximum 5m bar, is there any other plan, thank you! ...
looked at some similar cases. Some say yes and some say no. If webapp adds some entrance animation and so on to make it look like nativeapp, can it improve the probability of passing? Hope that experienced friends to help answer, thank you! ...
how to install and debug the .app format file packaged by cordova? The project webapp, written for vue now needs to be packaged into ios version. After using mac for the first time, I finally got a .app format file through cordova build ios ...
has been studying cordova to package the vue project into webapp,. I want to try to write a cordova plug-in myself, and then use js to call the result of this component execution. cordova project structure is as follows: 1. Create component...
I said two pages, not one page, two. Say important things three times. I said that when I enter the administration page, I will verify it. I am talking about from the login page to the administration page. (note that the login page is a separate page, ...