html5 tag

175 questions


2 answers
58 views
0
I would like to close the application when I press the home button.

I am developing an ios app in monaca.The application seems to be running in the background even when I press the home button.If you go back to the app, you will be returned to the screen of the game t...


1 answers
60 views
0
How do you send images in Google Image Search?

If you upload an image in Google Image Search, you can search for the same image or similar image, but what kind of Google server is it uploaded to?I thought that I could not send large size files bec...

2 years ago

1 answers
68 views
0
How to open the Google Maps app installed in monaca

Monaca is developing a hybrid app that supports both Android and IOS.When I press the link, I want to pass the coordinates of the current location and destination so that the Google Maps installed can...


1 answers
131 views
0
Even if I use getimageData, I can't read images well in the local environment.

This time, when I opened the page, I wrote a grayscale image to canvas, and when I put my mouse on it, it gradually colors.Then, an error occurred in the following parts:I checked and found that Chrom...


1 answers
68 views
0
Upload files after dragging and dropping them in JavaScript and Perl

I would like to create a mechanism to upload files to the server after dragging & dropping files using JavaScript and Perl.Upload multiple images in bulk by dragging and dropping using Ajaxhttp://qiit...

2 years ago

3 answers
40 views
0
Want to take action when scrolling through pages in jQuery/JavaScript

At the time of scrolling the page, the object is moved and transmitted according to the scrolling distance.I would also like to know a concise example of the parallax effect.

2 years ago

1 answers
92 views
0
How to eliminate the difference between monaca debugger and built app in Evernote app

We are developing Evernote apps based on HTML5+Javascript on the monaca platform.Implemented by referring to the GitHub sample code that was linked from above Evernote's website.https://github.com/eve...


3 answers
121 views
0
I'd like to make a document on the web like the PPT of Google Docs

I would like to make something that moves, edits, and saves stencils and letters on the web screen as shown below.I looked for similar open sources and opened the sources of each service, but I can't ...


1 answers
43 views
0
You want to erase all the HTML tags "<>" and leave only the contents.

from html.parser import HTMLParserbr = urllib.request.urlopen('http://www.google.com')html = str(br.read())print(html)You don't just print out HTML from the same source. <a class=gb1 href=http://ww...

2 years ago

1 answers
48 views
0
To detect when a user moves back in a web browser

I want to give you an alert when the user goes back in the web browser.How can I detect it when I go backwards?

2 years ago
« - 11 - »

© 2024 OneMinuteCode. All rights reserved.