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
11
votes
1 answer

Facebook login on cordova app shows blank white screen

This problem has been bugging me for a long time and I can't seem to find the solution, all the settings in my Facebook Developer panel are configured correctly, Site URL, App Domain and OAuth URLs. When I run my app on my iPhone (I have it…
4
votes
1 answer

StarDict support for JavaScript and a Firefox OS App

I wrote a dictionary app in the spirit of GoldenDict (www.goldendict.org, also see Google Play Store for more information) for Firefox OS: http://tuxor1337.github.io/firedict and https://marketplace.firefox.com/app/firedict Since apps for ffos are…
thomas
  • 561
  • 2
  • 17
3
votes
2 answers

How do I create a WKWebView App for MacOS

I have an HTML5 App developed in XCode in the IOS App Store and I wish to create a copy of that app for the Mac App Store. I thought this would be easy but I cannot find any easy tutorials to follow, certainly not using XCode 11 and Swift 5.1. I do…
Steve Brooker
  • 1,043
  • 11
  • 28
3
votes
1 answer

Identify the bookmarks toolbar folder (Firefox Webextension)

I read the MDN documentation about how to get a reference to the bookmarks tree und to navigate within. But how do I know which folder represents the bookmarks toolbar? This toolbar is named differently depending on the locale. I am not sure whether…
2
votes
0 answers

How can I get url from firefox using MFC but don't using DDE?

I'm looking forward to find a way to get a URL from Firefox using MFC. Actually I used a way that get a URL from Firfox which is called DDE (Dynamic Data Exchange). It worked well in Firefox version 49, but doesn't work in Firefox version 50+. I…
HANS
  • 21
  • 1
2
votes
0 answers

include adsense(ads) in firefox extension

I'm trying to get google adds to show in my page using a firefox extension. I grabbed the code from //pagead2.googlesyndication.com/pagead/js/adsbygoogle.js and saved it in a local file. On the page that i am trying to manipulate there is an element…
2
votes
1 answer

Firefox rendering of OpenType font does not match the font specification

I am loading the OpenType webfont Open Sans via the Google Fonts API / CSS. In both Chrome 43 (Linux+Windows) and Internet Explorer 11 (Windows) the browser renders the text exactly as specified in the font. However, in Firefox 38.0.5, the text…
Raman
  • 17,606
  • 5
  • 95
  • 112
2
votes
1 answer

Sending notifications to a HTML5 App in Android/iOS

Is it possible to send real-time notifications to a Android/iOS device (from server) running an HTML5 App? How is it different from native apps? What extra efforts do I need to make for that?
sainiankit
  • 571
  • 3
  • 17
2
votes
1 answer

What does Firefox Marketplace offer to developers that Appstore or Google Playstore don't?

In other words, why should developers build HTML5 applications instead of iOS or Android apps and deploy to Firefox Marketplace? What are the incentives that Firefox Marketplace offers to attract developers from other application platforms?
Maximus S
  • 10,759
  • 19
  • 75
  • 154
2
votes
1 answer

Can you make your web app html5 run offline when not connected to wifi?

I have finished my first web app and I have it cache.manifest for off line mode. Problem is in my area I have not got 3G readily available and when I run my app it is dog slow. Is there a solution to tell your browser to run from cache when not…
Steven Kinnear
  • 412
  • 3
  • 19
1
vote
2 answers

How I can make my HTML5 mobile web app suitable in different devices?

I have created one HTML5 mobile web app and tested in different devices like iphone,ipad,android phones and tablets.How I can optimize the size and resolution for this app in all these different devices?
Ajith Kumar P V
  • 151
  • 1
  • 1
  • 5
1
vote
1 answer

Does Firefox OS support developing digital signage on Panasonic TV?

I need to know if Firefox OS on the Panasonic TV devices allows me to develop a digital signage application that looks like this
------------------------------
|                  |         |
|                  |         |
|       TV     …
1
vote
1 answer

Problems with hybrid HTML5 apps when IOS/Android updates?

Are there any specific problems associated with HTML5 hybrid APPs (Ionic, PhoneGab, etc.), when the smartphone's OS is updated? Will my app for example be directly compatible with the new version OS? or will I have to wait for the used framework to…
Jolle
  • 1,336
  • 5
  • 24
  • 36
1
vote
0 answers

Raphael 2.1.0 not able to draw lines in firefox browser 38.0.1

We are using Raphael library to draw our business integration diagram. Recently we noticed Raphael is not able to draw lines if the application is opened in Firefox browser ( tested both version 37.0 and 38.0 ). We tried the following raphael…
1
vote
1 answer

Running html5 app template in ubuntu sdk failed?

My configuration : Ubuntu 14.04 LTS 64bit Qtcreator 3.1.1 everything is up-to-date Hello everyone, I'm trying to just compile and run an HTML5 App for ubuntu Phone, but after trying and searching for a week now, I still can't make it run ! For the…
Key Coder
  • 11
  • 2
1
2 3