Questions tagged [html5-apps]

HTML5 apps are basically built using Javascript,CSS3,HTML5, it also has Video and Audio Support, 2D/3D Graphics using SVG and Canvas, Local Storage,Local SQL Database, and Web Applications.

The HTML5 applications are directly supported but Mozilla Firefox-OS, BB10 OS and Windows 8. Other platforms like Android, iOS also support HTML5-apps with the help of jQuery, sencha touch for mobile and so on.

You can know about HTML5 at Wiki
You can Learn about HTML5 at MDN

38 questions
1
vote
0 answers

Ionic add search input and refresher

I using ionic to develop a app. I got into trouble when I added search input and refresher. For keyboard, Ionic will add some class or inline style to body and ion-content on focus the search input. But there is 'overflow: visible;' on ion-content…
Tychio
  • 591
  • 1
  • 7
  • 20
1
vote
2 answers

How can I find when HTML5 audio actually starts playing (onplay event does not seem to work anywhere)

I need to catch the exact moment when HTML5 audio starts producing sound. It turns out not so simple as it seems. You might expect audio starts playing when onplay or onplaying event is fired? No way. At least in WebKit family, it seems to be no…
Dan
  • 55,715
  • 40
  • 116
  • 154
1
vote
2 answers

jquery mobile popup is showing a blue layer on it while opening

I am using mobile jquery to develop html5 app. But i am facing some issue in popup. I tried the below code. Open Popup
Sourabh
  • 644
  • 1
  • 7
  • 14
1
vote
1 answer

SpeechSynthesisUtterance not working in an HTML5 app built for Android

So i am trying to build an HTML5 app with the Intel xdk.Now when i build the code below as a HTML5 app for Android and deploy it to my Android device, i cannot hear the sound when the function below is executed. function speak(){ var foo =…
cptdanko
  • 812
  • 2
  • 13
  • 22
1
vote
1 answer

SSL sec_error in 'standalone' web app, full browser ok

I have set up a local webserver in a virtual machine for testing firefox web apps. That server has also been setup as certificate authority to avoid the 'risk messages' for local testing, and i signed a certificate for the webserver. So, calling the…
1
vote
2 answers

Get Screen DPI For Responsive Web Design

I am trying to create a responsive Web which run on every device, while I was searching related topics. I read so many time of DPI, High DPI. I have read of it & understand that it is really important to design responsive website run on every…
1
vote
1 answer

How can I make a decision according to the value of selectedIndex

I want to make an audio HTML tag to change its source according to the option that is selected in a select tag, how can I do that? I'm thinking about something like this in the index.html file:
eduardoimm
  • 11
  • 5
1
vote
1 answer

Standalone Android HTML5 App

Is there an equivalent meta tag to the iOS tag that makes a html page on an Android device act like a standalone App? eg:
1
vote
1 answer

Local storage and cached resources

I'm a bit confused around the 5MB limit that Local Storage provides. Does this include the caching of images and files determined in a manifest file in a HTML5 APP for example?
1
vote
1 answer

HTML5 webapp design: app cache

I'm developing a mobile web app, and I'd like to take advantage of the new HMTL5 caching features. The app consists in a photo manager: the user can create albums, store photos, edit pictures and data, and so on. I use the jQuery Mobile framework…
Ale
  • 235
  • 2
  • 11
0
votes
1 answer

Examples of ridiculously simple but useful web apps written in JavaScript?

I'm curious if anyone is using any web app that is extremely simple (very few lines of code). Something that helps you with something practical in your daily life? I'm learning JavaScript and I would like to see examples so that I can build my own,…
alexchenco
  • 53,565
  • 76
  • 241
  • 413
0
votes
1 answer

WKWebView loads HTML and Javascript but fails to load CSS files

I have build a very simple WKWebView app using XCode 11 and Swift 5. To do this I started with the default Hello World App and removed all the code from the two core AppDelegate methods and deleted the ContentView.swift file. I then added a new…
Steve Brooker
  • 1,043
  • 11
  • 28
0
votes
2 answers

Login and registration in HTML5 Hybrid App?

I am a front-end developer. I am implementing HTML5 Hybrid app with Phonegap. I have setup all these things for the App but I don't have backend knowledge but I want to first implement registration and login on my first page. I have implemented one…
Varun Sharma
  • 4,632
  • 13
  • 49
  • 103
0
votes
0 answers

Best Mozilla desktop web app approach

As a learning exercise I'd like to build a simple PHP text editor as a Firefox desktop web app. As far as I can see the sticky point is local file access, e.g. obviously saving files to IndexedDB isn't appropriate (unless there's then a means to…
Richard Turner
  • 12,506
  • 6
  • 36
  • 37
0
votes
1 answer

i have developed website and the issue is that same version of firefox shows different design on different computers while other browsers were fine?

i have developed this website http://www.falestinona.com/nashra the website tests on my laptop are correct and same design over IE, Chrome, FF and Opera the problem i have found that same version of firefox shows the design different on different…