-
Now you need to do a front-end page for ipad pro2. Ui gave me the blueprint, would you like to set my page to be the same size?
now you need to make a front-end page for ipad pro2. Ui gave the design drawing 2732 to 2048. Should my page be set to the same size ?...
-
What is the best solution to the webapp resolution compatibility problem so far?
can you give an easy-to-understand brief description of how to achieve compatibility, or the principle ...
-
How does the webapp packaged by Hbuilder wake up through an external link?
how do I wake up Hbuilder-packaged webapp through an H5 page? If you know, let me know, thank you! ...
-
Analysis of webApp Front-end Framework
do a survey, what are the current mainstream js frameworks for developing webapp, and what are their advantages and disadvantages? can you tell us what your company is using, as well as its advantages and disadvantages? It feels like there are only three...
-
Should web APP developers be code compatible in iPhone X display?
iPhone X shows:
:
now I have a very strange problem. I have developed a web APP project, which uses Google browser, Android mobile phone and iPhone 7 test, but I can t get the data with iPhone X test. Does iPhone X need code compatibility? Please ...
-
Webapp (h5) slides out the navigation from the side of the screen
can the mobile web page slide out of the sidebar from the edge of the screen? it can only be scanned from the side, instead of clicking the button or sliding in the whole page. ...
-
Is there any more elegant way for mobile web to display content above the phone's keyboard?
position:fixed;bottom: 0; perfect solution
. It took me a long time to use height:100%;display:flex; align-self:end ,
found a position:fixed;bottom: 0; perfect solution
I solved using height:100%;display:flex; align-self:end;
*{
margin:...
-
Cordova cannot be compiled and previewed in mac system
usr local bin cordova run --emulator android
Android Studio project detected
ANDROID_HOME= usr local Caskroom android-platform-tools 27.0.1
JAVA_HOME= Library Java JavaVirtualMachines jdk-9.0.4.jdk Contents Home
(node:24129) UnhandledPromiseRejectionWar...
-
What is the relationship between PWA and single-page applications and webAPP?
what are PWA and single-page applications and webAPP respectively? they seem to be about the same. I m a little confused. Can you give me a few examples? ...
-
On the Choice of (Hbuild), Packaging and UI Framework for WEB APP Development
I would like to ask all the great gods, if I plan to develop a webapp and then package it with hbuild, what should I pay attention to? At present, I intend to use vue family buckets for development, but seeing that HBUILD officially has its own MUI, I wo...
-
H5 Wechat browser page is not full-screen compatibility?
the opening and display on Wechat is abnormal, and the opening of other browsers is normal .
< meta name= "viewport " content= "width=device-width,initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no " >
<meta name=&quo...
-
Webapp single page token question?
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, ...
-
Invalid custom cordova plug-in call
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...
-
How to install and debug the `.app` format when cordova is packaged?
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 ...
-
504 Gateway Time-out
504 Gateway Time-out
nginx
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 webapp caches large files offline (more than 5m)
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! ...
-
Webapp, developed by vue will get token, on the login page, but token will have deadlines. How to deal with token deadlines?
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...
-
Let me ask you a question. What's wrong with the, web app immersive status bar?
ask me a question. What about the, web app immersive status bar? ...
-
PWA, actively add desktop icon installation event, desktop startup event
demand: need to count the installation of desktop icons and desktop entry traffic
I don t know if there are related API and events
installation statistics, installation callback event
Desktop Startup event
about the first point: install callb...
-
How does pwa update the cache?
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...