0
votes
0answers
6 views
Phonegap app not working on Android 2.3.3 emulator
I have a phonegap application which was first written for Android 4.2. This runs perfectly on Android 3.0 and up, but it fails on Android 2.3.3. Some of the parts in the application are missing when ...
1
vote
0answers
12 views
HTML 5 filesystem access Type Error
I'm working on a webapp and I'm trying to access directories using the filesystem API and I need to request quota from the user before accessing the directories according to specification I should do ...
0
votes
1answer
14 views
audio tag prevent buffer
While using HTML5 audio tag, i am having a problem.
I am using icecast2 server to stream my music.
But the problem is, browser saves the buffer when stream is played. So when the player is paused or ...
0
votes
1answer
18 views
how to trigger “online” event manually
I have
$(window).on('online', function() { console.log('online'); });
And I'm trying to fire it on page load with
$(window).trigger('online');
Is there any way to do this without jquery? For ...
0
votes
0answers
9 views
Delay Keyframes per defined time and keep opacity 0 after animation
I've been using HTML5 and Css3 to build an animated banner, but I have a few issues I can't find a work around for at the moment.
Heres a quick bit of code to use for an example, imagine this is a ...
0
votes
0answers
11 views
Request Animation Frame, animations out of sync
Im working in a project that asks for some animations and I wrote a animation class because I can't use third-party libraries in this specific project.
My library allows the addition of animations ...
0
votes
1answer
26 views
Fluid full screen width banner with css
I want to create a banner like this:
http://themeforest.net/item/overgrowth-retina-responsive-multipurpose-theme/full_screen_preview/4896083
this banner has an image which has width of 1920px. but ...
0
votes
1answer
36 views
Increment my input text id when table row is cloned using Javascript
I am having a table it contains only one row. Row has a lot of elements like textboxs and buttons. When I click the button the table row will be cloned using append() function. My problem is when I ...
1
vote
0answers
28 views
Unit test of HTML5 file upload
Is there a way to do a javascript unit test for uploading a file using the HTML 5 File API ?
For example I have the code:
<form method="POST" enctype="multipart/form-data">
<input ...
0
votes
1answer
57 views
JavaScript Image onload not called
I'm trying to draw an image on the Canvas in Javascript, but ofcourse I want to wait until the image is loaded. However, my onload function seems to be never called.
Here is what I've tried:
...
0
votes
1answer
20 views
html5 multiple canvas wont overlap
New to HTML5 game development.
I am trying to overlap 2 canvases on each other. #canvasBG and #canvasJet.
This should be working im not sure why it isn't.
my html
<button id="clearCanvasBtn" ...
0
votes
0answers
13 views
Using Foundation 4 switch with Flowplayer HTML5 video tags
I'm trying to use Foundation 4's Switch method with my Flowplayer html5 video embed.
I had previously been using switch successfully with JW Player 6 using the following method:
Calling the video:
...
0
votes
2answers
24 views
Close a Window with onmouseout
I'm trying to do a simple page that when you put your mouse over an a popUp appears, and when you put your mouse out of the window, it closes.
My code is quite simple, but doesn't work.
article ...
0
votes
1answer
20 views
Target specific tab with hyperlink from other page on same website
I've got a page (documents.php) that contains four tabs, the 1st tab is set as the default and opens when one browses to documents.php
I need to be able to target tabs 2, 3 and 4 directly from ...
0
votes
1answer
30 views
Add tip to Twitter Bootstrap's Dropdown Menu
The dropdown menu in Twitter Bootstrap's nav component has a "tip" at the top of the dropdown menu.
How can you add a tip to a normal dropdown menu?
<div class="dropdown">
<a ...
0
votes
1answer
18 views
Request Full Screen HTML5 Video onPlay
I'm using the following code to trigger fullscreen when a user clicks on the play button on a <video> element:
var video = $("#video");
video.on('play', function(e){
if ...
0
votes
0answers
17 views
document.head.appendChild(script); not working on android
Hi all I'm using the following code to try and load jquery mobile. it works fine on an iphone but wont work on any Android phones, or blackberry. Does anyone know why
var script = ...
0
votes
0answers
8 views
Couch.allDbs fetch wrong Port
When i tried to access couchDB to retrieve all database using $.couch.allDbs, the plugin get access the port 60127 instead of 5984 and it throws an error like "The resource you are looking for has ...
-4
votes
0answers
30 views
contact form, sending e-mail not button
Hello I'm just another newbie in HTML, php and javascript so my question is maybe little bit silly. Anyways, I've downloaded html 5 template to edit it and use as my webpage. There is a simple contact ...
-4
votes
0answers
16 views
I want to include a contact form as a lightbox in a responsive site [closed]
I want to include a contact form as a lightbox when clicking on an image
0
votes
0answers
12 views
Call page.focusin and page.focusout constantly
I have an html page in which I have two pages.
one page is without header tag
other is with header tag
Now when I start my app on the device page without header never calls focusin and focusout ...
1
vote
1answer
19 views
Custom OrderBy in jLinq
Is it possible in jLinq to sort my data according to a defined function?
I would like to have something like:
var res = jLinq.from(data).orderBy(function (r) { return r.x + r.y; }).select();
...
0
votes
1answer
20 views
How do you change the sprite position in a animation? KineticJs
I the speech bubbles to be next to the person who says them but how do I change the position? I don't want to have any more animations for that, is it possible?
link: ...
0
votes
2answers
27 views
Capturing html5/javascript onchange event
I have a simple HTML5 page with a number input element. I'm trying to catch the onchange (or onclick) event from this element and have noticed some challenging behavior. In the embedded javascript, ...
0
votes
0answers
33 views
Fully customized context menu [duplicate]
Is there a way to add any context menu to an HTML5 page (displayed by WebKit) only by means of HTML/JS/CSS?
It must be a system menu, i.e. possibly out of bounds of WebKit frame (if the frame is ...
0
votes
0answers
20 views
Group audio chat with HTML5 implementation
I've been looking into creating a group voice chat without plugins. Seems to me that there are things such as getUserMedia, but the protocol for live chat is WebRTC, which seems to be peer-to-peer. ...
-9
votes
0answers
53 views
how to create a html circle using image parts [closed]
Please help me to create a html of circle
http://mettacenter.org/roadmap/what-is-roadmap/
i want create a circle with 6 part with link.
each part have 3 child part.
1
vote
1answer
32 views
Including HTML files locally / templating?
I'm writing a web application / UI for a game that's done purely in HTML. A lot of things are in common like the top bar, menu bar, pop-up friends UI and the like. Normally, something like this is ...
1
vote
1answer
15 views
Making a Google AdSense ad to do a function when clicked
Okay, I'm trying to put tags around a Google AdSense ad that will call a function when someone clicks the ad.
I've tried to put tags around it but for some reason it's only taking effect for what's ...
0
votes
0answers
32 views
Trying to check a email text field and putting a datepicker
I'm noob in JS and I'm trying to check that a email field is written correctly and put a datepicker in other field, but it doesn't work, if I put only the datepicker seccion or the validator section ...