Questions tagged as 'html5'

1
answer

How do I disable mouse effects on mobile phones?

I've finished my responsive site and now I'm in the testing phase on phones and tablets. But I came across extremely nasty browsing on mobile phones and tablets, because the :hover effects I put in are messing up when I slide my finger on...
asked by 18.02.2016 / 13:27
1
answer

Distorting an image using HTML 5 Canvas

I need to apply this image: Indifferentforms,likecups,bracelets,T-shirts,liketheseexamples I tried with component AspJpeg , but I saw with the developers that made this component that it is not possible to round up the way I need, ju...
asked by 02.10.2015 / 22:26
1
answer

How do I create a javascript function to filter audio rss (podcast) for a project?

I have a question about how to create a function where I can filter audio (.mp3), with a maximum of 5 audios in the feed. And audio title from the RSS feed of the CBN podcast: link Well, in this case I managed to put the href, but I have...
asked by 01.09.2015 / 21:35
1
answer

HTML5 form validation does not work on iPhone

I have a form with validation of filling in HTML5 fields that does not work on iPhone, does anyone know of any options that work? <form class="register-form" action="enviar_contato" method="post"> <span>Nome*</span>...
asked by 31.08.2015 / 04:01
1
answer

Problem with validation of several forms with ajax and php

On my site I have several forms: real estate filter form, contact form, form talk to the president and the form of suggestions. Is there any way to retrieve all forms except the real estate filter form and send to different urls in ajax? I...
asked by 23.08.2015 / 22:37
2
answers

Form responsive in HTML?

I'm using the following code, where span controls the description text, <p> controls a form line, and id input specifies its size, this set in CSS: #cmpG {width: 32%;} #cmpM {width: 22%;} #cmpP {wid...
asked by 19.08.2015 / 15:20
1
answer

How do I install the Chromium package in Delphi?

I was using the TWebBrowser component which is based on Internet Explorer, however I have noticed that it runs the HTML5 pages in a disfigured way, I heard about the FireFox package, but it did not run in Delphi and was shown to be very heavy, s...
asked by 18.08.2015 / 00:28
2
answers

jQuery - create a jQuery element (create a tag) from a string

I have made to create an element (a tag) the following code: var b = $('<div>').css('color','red'); In this way above I will have a div with the text red color ok, now it is the following. I'm getting a STRING that contains all...
asked by 14.08.2015 / 20:38
1
answer

JavaScript Cookies on webview smartphones!

I would like to know if anyone knows how to use or know if they get cookies directly from the smartphone's webview .. I know they are functions of a browser, but I am making an APP that it needs to temporarily or permanently save, until it is...
asked by 22.07.2015 / 23:48
1
answer

Upload content into a DIV using JavaScript

I need to load the video.html page in the div with video id using JavaScript. I have the following script: function video() { $.ajax({ url: "video.html", cache: false, success: function(html){ $("#video"...
asked by 21.07.2015 / 20:39