Questions tagged as 'html5'

2
answers

How to remove video download option

I would like to remove the options for downloading the video (I know this will not prevent it from being downloaded through other means.) But the idea is only to make this difficult for more laymen. I have the following example: link Wher...
asked by 29.03.2017 / 16:15
1
answer

WebView Android Studio with HTML5

How do you leave a 100% responsive layout in WebView? Do I have to configure in WebView or and my HTML that is not Responsive? Code:protectedvoidonCreate(BundlesavedInstanceState){super.onCreate(savedInstanceState);requestWindowFeature(Windo...
asked by 17.08.2017 / 16:00
1
answer

How to make a jQuery validator

Hello, I created a "separate" field from the rest of my form, and I wish it had the same "face" as the rest, I made a validation for it, to check whether or not an element already exists in the database of data, it shows the message equal to the...
asked by 23.08.2017 / 21:41
2
answers

Transform text from string to image

Hello, I'm developing an app, and at some point I need to get a string that contains data from a voucher and turn that text into an image of the voucher and then share that image via whatsapp. I've never done anything like that and after some tim...
asked by 19.02.2017 / 19:26
3
answers

How to make a regressive timer with html5 + css + javascript, which at the end of the selected time tap (or execute) a * .mp3

I started testing with this HTML: <!DOCTYPE html> <html> <head> <link rel="stylesheet" type="text/css" href="style.css" /> </head> <body onload="principal();"> <audio id="audio"> &l...
asked by 22.02.2017 / 00:10
1
answer

Start with hidden div and show with button

Based on the answer below, I created the button that displays and hides div , but what I would like is that div started already hidden and had a button to display it. How could I do it? How to hide / show an HTML div?     
asked by 21.03.2017 / 23:02
1
answer

Create a SlideShow with Html and CSS only

<head><linkrel="stylesheet" type="text/css" href="css/style.css"> <title>Projeto 01</title> <script> var slideIndex = 1; showDivs(slideIndex); function plusDivs(n) { showDivs(slideIndex += n);...
asked by 16.04.2017 / 02:48
1
answer

Customize volume player bar html5

Friends, I have an html5 player with all standard controllers. I would like to make a volume controller in that same style: Mycodesofar <audio id="demo" src="http://audio.ibeat.org/content/p1rj1s/p1rj1s_-_rockGuitar.mp3"></audio>&l...
asked by 31.01.2017 / 16:28
3
answers

Format date on page load

Hello I wanted to format the date of my form in the page load, because the date is coming from the database in international format (yyyy-mm-dd). I made this function to format my date, however I have 2 forms on the same page and both have in...
asked by 04.02.2017 / 14:36
1
answer

can I use the same Id that I set for Name in HTML?

In order to manipulate the html tags in php I need to set a name for them, while javascript uses the id, but can I have some kind of future problem if I use the same name that I set for name in ids? br> Ex. <input type="text" id="user" nam...
asked by 30.09.2016 / 04:44