seniors, our client requests to specify a third-party open source player as a subproject to be opened in APP. The official demo of the open source project is the project, of APP. How to integrate it into other APP projects as a subproject, and then run i...
recently, we are going to do a back-end interface for the App,lanmp environment of paid video. How can we ensure the security of the video so that it will not be caught and downloaded by others? ...
after simply inserting < iframe > and setting the width and height, it is found that opening it on the Android mobile browser will work normally, but on the iOS phone, the iframe page style will inexplicably become larger <div class="common-p...
if you need to use a guiding robot to interact with each other in the project due to requirements, it seems that you want to combine u3D? ...
I have never used an enterprise certificate account to distribute APP,. I want to ask some questions that may look like a novice. (1) when distributing APP, how to tell if the other person is an internal employee of the company, or there are no restric...
what is the difference between using CATransform3DRotate and [CABasicAnimation animationWithKeyPath:@ "transform.rotation.z "]? Today, we encountered a problem. Using CATransform3DRotate to rotate around the z axis caused the view bounds to change. L...
CGFloat angle = 10 * M_PI 180.f; view.transform = CGAffineTransformMakeRotation (angle); ...
ios uses WKwebview, but if you want to return parameters to js, you need to call back the js method, and I think you can dispatch the parameters in the react component. Now I don t know how to write the js method to call ios and return parameters ...
single page developed based on vue-cli programs for dcloud cloud packaging IOS when the program is minimized for a period of time, open it again and find that the interface is stuck, cannot be clicked, and cannot be scrolled. can t find any idea...
keep saying that there is something wrong with the icon, but I don t see what s wrong with our icon. Have you ever encountered the same problem? What should I do? Guideline 2.3.8-Performance-Accurate Metadata Thank you for your resubmission. We n...
problem description when you use WKWebView to render a piece of plain text code, the style is lost, but you can render normally by parsing it in the browser related code, html text 123 <br >----------------------------<br > <!DOCTY...
the image component that comes with weex must have width and height set to display. such as <image style="widht:100px;height:100px;" src="https: img.codeshelper.com upload img 2021 03 28 q2o24511bmg13874.png">< ima...
when doing the daily input box and comment box, the contenteditable attribute is used, and then the input box is focused by adding $( "- sharpdiv "). Focus () method) to the input box when the user clicks on the page. But interestingly, the focus amount...
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! ...
rn needs to be implemented in app to share Mini Program to Wechat. the react-native-wechat previously used has been mentioned in issuse, but it is still not clear exactly how to do it link description I hope the boss who has done it can give me so...
recently found that all three of the company s projects have a problem in the title, that is, the official account is often unable to slide up and down on the Apple end, and the page is similar to being stuck. As shown in the figure: so how did this...
problem description rn does not display properly from ios to android compatible internal webview tested addeventlistener ( message ) does not trigger it has been confirmed that the event listening code is not executed because the window has not ...
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 ...
1. Run the H5 project in the Uc browser on the mobile side, and click the button to select the phone to take photos. 2.2 3.MMP 4. Finally, the two images uploaded by the UC browser are the same, but there is no such bug 5 in other browsers. Later, t...
A js is not compatible with forEach in a user s ios11, but it is ok in the ios10 of our test machine. Solve ...