Skip to main content

Questions tagged [html]

HTML (HyperText Markup Language) is the markup language for creating web pages and other information to be displayed in a web browser. Questions regarding HTML should include a minimal reproducible example and some idea of what you're trying to achieve. This tag is rarely used alone and is often paired with CSS and JavaScript.

342,464 questions with no upvoted or accepted answers
30 votes
2 answers
3k views

Bind dragstart and drop events to touch events

Referring to this answer: https://stackoverflow.com/a/6362527/3034646 How would I bind the touch events such that they will perform the dragstart and drop events? I've tried binding dragstart to ...
Jimmy T's user avatar
  • 487
23 votes
3 answers
6k views

Merging/mixing two audio streams with WebAudio

I have a MediaStreamSource sourced from navigator.getUserMedia, which is connected to a GainNode, which in turn is connected to a ScriptProcessorNode, like so: [getUserMediaStream] -> [...
eirikrye's user avatar
  • 331
19 votes
6 answers
4k views

Why is Google Chrome not printing table and cell borders, and cell background colors?

I'm maintaining a Web Application created using GWT, and which historically was developed to work only in Google Chrome. There are several "reports" that can be extracted from the system. ...
camilo's user avatar
  • 1,471
18 votes
1 answer
14k views

How to prevent iframe affecting browser history

I'm encountering a browser history issue when working on a web project. Theres an iframe in my page, which I would change its src value using Javascript. The whole thing works just fine except this ...
TwilightSun's user avatar
  • 2,305
18 votes
1 answer
3k views

Android soft keyboard obscures input fields in mobile HTML5 web app

I am writing a mobile HTML5 web application to run on both Apple and Android. On the Android device I am testing on, I am having the following issue: I have an input web control text box located in ...
Obi Wan's user avatar
  • 979
17 votes
0 answers
2k views

Next.js SSG Image Optimization at Build Time

Problem I am trying to use image optimization for local files inside the public directory in a SSG Next.js project. There have been quite a few discussions on Github about introducing the possibility ...
TSTobias's user avatar
  • 243
17 votes
1 answer
4k views

Live Video Streaming for Android using Phonegap?

I am using WowzaServer Live Streaming type. So I am able to view Video from wowza examples directly using http://[wowza ip address]:1935/live/myStream/Manifest - LIVE Video Streaming Silverlight ...
Neelesh's user avatar
  • 343
17 votes
3 answers
10k views

Android browser / Samsung Galaxy SII scrolling bug on web forms. Select list hitboxes don't scroll

EDIT: I've uploaded a video to youtube demonstrating the bug here: http://www.youtube.com/watch?v=zkDYlgtX5Hk I've got a really weird bug that I found testing my new web application on a Samsung ...
pantryfight's user avatar
16 votes
0 answers
728 views

Can I reach my template email like my picture by using MJML?

Good day, well I am using MJML framework to reach a template something like picture which is uploaded: All of these works fine on MJML and I tested it when I send my template to my email, But the ...
SoliMoli's user avatar
  • 799
16 votes
1 answer
5k views

How to print page number while printing html in new Chrome?

I need print page number when printing html in Chrome Version 52.0.2743.116 m (64-bit). However I haven't found the answer yet. I have already tried this: @page { @bottom-right { content:...
Natalia's user avatar
  • 161
16 votes
1 answer
2k views

iOS Safari 13: Default validation bubble messages are not properly aligned

We're using HTML5 form validation without overwriting the default system UI for the validation error messages. This is working fine everywhere but on iOS Safari, where the validation messages are not ...
MoritzLost's user avatar
  • 2,771
15 votes
2 answers
4k views

Safari on iOS scrolls beyond <html> element when virtual keyboard is opened

To try it: Open this codepen in Safari 12 on iOS (device or simulator). Focus the input. The virtual keyboard should open. Now scroll all the way to the bottom of the page. You should be able to ...
Alex Nault's user avatar
15 votes
3 answers
776 views

Phonegap-(Android/iphone) Image gallery with multiple images is giving problems?

I have made an image gallery in HTML5, JavaScript and CSS by using jQuery mobile. IE Phonegap platform ok. The images are coming dynamically and are loaded in it, like this: http://torontographic.com/...
Akash Malhotra's user avatar
15 votes
1 answer
2k views

Is it possible to make iOS Safari upload original HEIC photos without JPEG conversion?

iOS stores the pictures taken with the camera in HEIC. These files are twice as small as a JPEG of equivalent quality. I could find a way deal with them on my back end (for one, libvips seems to ...
Grishka's user avatar
  • 2,565
15 votes
3 answers
9k views

pdf in iframe only first page on iphone/ipad

I am trying to display the content of a pdf with an iframe. Everything is working fine on a normal computer. However on mobile devices of apple (IPhone/IPad) only the first page of the pdf is getting ...
poza's user avatar
  • 255

15 30 50 per page
1
2 3 4 5
22831