Android :: HTML5 Apps Available In Android Marketplace?
Sep 13, 2010Are there any app built with html5 feature (such as canvas, video playback) available in Android marketplace?I'm looking for html5 web apps wrapped as a native android app.

Are there any app built with html5 feature (such as canvas, video playback) available in Android marketplace?I'm looking for html5 web apps wrapped as a native android app.
I installed some apps hosted on mediafire (Gallery3D, Voice Search, etc). I was following links from a well known page recommending tips and improvements to an HTC Desire. How do you uninstall stuff like that? Normally you have to go via the market, but in this case I can't.Having read the thread on unsafe apps, I'm worried I've got these things from an untrusted source.
View 3 Replies View RelatedIve been wanting to download a couple apps that im not so sure about...theyre on the offical market place.. im afraid of getting a virus or malware or something like that...i really cherish my phone and i just wanna be sure that downloading an app from the offical marketplace wont bring harm...so they're certificate for apps and such.. do they filter out harmful apps? am i being too cautious? are the apps on the offical marketplace 100% safe and "virus/malware etc" free
View 26 Replies View RelatedI just got a new Nexus ONe for AT&T and some apps that I believe should be in the Marketplace, specifically Quickoffice, MLB At Bat and ChompSMS, do not appear when I search for them. Does anyone know why this is happening?
View 8 Replies View RelatedI am running a G2 Touch (HTC Hero) on T-Mobile UK with version 1.5 of the OS. I have now found THREE paid applications that are not on the marketplace when I search or when I use barcodes (Twidroid Pro, Record It and Flight Director.I can see other paid apps so it's not that none are available.What can cause these apps to be missing? Who should I be calling, emailing, screaming at?
View 4 Replies View RelatedAny thought on how the Marketplace handles the information related to the marketplace applications? I wonder if the request is posted to the marketplace every time client is started or if some of the available applications data is stored locally and refreshed by the background service.
View 4 Replies View RelatedHow to view the comprehensive list of apps in the marketplace? Do I need to buy a handset AND the service with it to see the marketplace? I don't want to start developing before I know what the market really looks like. The android.com website offers only a few apps.
View 7 Replies View RelatedSo you download an app from the marketplace now where does it go?I have Atlas File Manager but can't find a folder or spot where it sits so I can extract to the SD card.
View 3 Replies View RelatedI created a signed apk. I uploaded it to marketplace as usual. I also installed a copy of it on a device directly, perhaps as an email attachment.If I upload an updated version of the app to the marketplace, will the device be notified that a new version of the app exists on marketplace? Or does that update-alert system depend on the app being originally installed through marketplace?
View 8 Replies View RelatedIs there a particular flag that we can use to prevent apps showing up in marketplace which require the phone to have a Camera Flash /LED. typical apps are ones which make the phone act like a torchlight in dark , i have seen a tag which prevents apps requiring autofocus in a camera from appearing in the marketplace. Just looking to find out if there is something similar for camera flash.
View 2 Replies View RelatedFirstly and most irritating is the fact i cannot download apps off the android marketplace on wifi or 3G. I click download but the progress bar just remains on 'starting download,and secondly i can't connect email accounts properly my hotmail connects and doesn't pick up my emails and i can't even connect my googlemail.com address.
View 11 Replies View RelatedThere is thousands of missing marketplace apps on the Wildfire marketplace, compared to the marketplace I can see on my HTC Legend. Same country, same carrier.None of my apps are on there either, none of them copy protected, and none of the particularly complicated to tied to a specific screen resolution.
View 3 Replies View RelatedI know there are threads dealing with app loading on the Captivate, but I am still confused. I read the sideloading sticky, and came out more confused than ever.I am a current Tilt2 (Winmo) user, and am considering buying a Captivate.Are you only able to install apps that you download through Marketplace? If so, is there any simple way to get around that? My boyfriend has a Sprint Samsung moment, and all you have to do is use Astro file manager to install apps which you have saved to your SD card.Is this not true on the Captivate?I definitely would not want to purchase a phone that doesn't allow third party apps.
View 5 Replies View RelatedIs there anyway of getting Apps that are not on Marketplace onto my wildfire that are on there for the desire?
There is a App called weatherbug that i had on a desire but i cant get it for the wildfire so how can i do it?I have heard of Appbrain but i cant get that to work as when i try to download a app from that site it takes me to market place which cant find missing apps.
I was wondering if anyone else had this issue. I had backed up my apps from astro and reinstalled them on my new replacement phone. But my installed apps from astro do not sync. So the free ones I gotten can easily be reinstalled through marketplace but the ones paid I have to rebuy them otherwise I won't be able to update them. Please let me know if this is a common problem or there is something I can do to fix it.
View 3 Replies View RelatedI did a hard reset and then upgraded my firmware. I then went to re-install all of my previous applications and noticed that some were missing from "My Downloads". I then went and did a search to locate them in the marketplace and got no return, as if the application doesn't exist any more.
View 49 Replies View RelatedMy question is- will the marketplace remember all the apps I downloaded after I reset the phone?
View 8 Replies View RelatedDoes android webkit support html5 currently or in cupcake branch? I am particularly interested in the <audio> tag.
View 2 Replies View RelatedI have tried to implement HTML5 in Android OS. But i didnt get it....Can anyone give example HTML 5 in Android?
View 2 Replies View RelatedI am experimenting with Androids WebView[1] and its HTML5 features. I have written a little webpage with does the features detection like described here: http://diveintohtml5.org/detect.html
And now I see (I am on a SDK1.6 Emulator) that the LocalStorage, the WebWorkers and Offline Web Applications are not supported!
Does anyone know when these features will be supported? Or does anyone know the exact version (or build) of the webkit engine, that is used in Android 1.6?
Anybody have a working example of HTML5 file with a video tag ? [working in chrome lite] What resolution and format is supported ?
View 3 Replies View RelatedDoes anyone know if there will be support for applications like that you download from the market to be written in canvas+javascript?
I know currently there is html5 and canvas support for the android browser but I am looking more for a solution for full screen games and such.
I'm piecing together a cheapo app that amongst other things "frames" some of our websites... Pretty simple with the WebViewClient... until I hit the video.
The video is done as HTML5 elements, and these work fine and dandy on Chrome, iPhones, and now that we fixed the encoding issues it works great on Android... in the native browser.
Now the rub: WebView doesn't like it. At all. I can click on the poster image, and nothing happens.
Googling, I found http://www.codelark.com/2010/05/12/android-viewing-video-from-embedded-webview/ which is close, but seems to be based on a 'link' (as in a href...) instead of a video element. (onDownloadListener does not appear to get invoked on video elements...)
I also see references to overriding onShowCustomView, but that seems to not get called on video elements... nor does shouldOverrideUrlLoading..
I would rather not get into "pull xml from the server, reformat it in the app".. by keeping the story layout on the server, I can control the content a bit better without forcing people to keep updating an app. So if I can convince WebView to handle tags like the native browser, that would be best.
The HTML5 applicationCache in the 2.x browser is working well except for one problem:
when you force a cache update in JavaScript (window.applicationCache.update()) then it doesn't go out to the web to check the manifest it just throws the "checking" and then the "noupdate" events.
I imagine that eventually it actually checks the manifest online, but the update() is supposed to force it. any ideas on how to force an update or how old the manifest needs to be before it checks the web again?
I'm trying to use the HTML5 Geolocation features found in Android 2.0. However, it does not work in the browser or a WebView. I've tested in the emulator and on multiple devices. The code I have works in multiple other browsers that support the spec. Has anyone gotten this to work?
View 2 Replies View RelatedI wrote several simple HTML5 apps which all works on Android browser, but the webview in my activity doesn't work. I have enable javascript in webview setting. Is there anything setting needed for HTML5 to work?
View 3 Replies View RelatedI am trying to make an app base on HTML and java actually I have this mobile site and contents are mostly text and 2 java picture galleries, and I need to run it as a native app. Is it possible to make mobnile website in other tools and somehow import them manually to Eclipse to get the app built? Because when I use new-->android application, the projects have only XML files and I am not familiar with xml.
View 9 Replies View RelatedHow to get the html5 control id in android application.
View 1 Replies View RelatedIs there any list which HTML5 features the WebView supports and which not? I am interested mainly in: 1) localStorage/sessionStorage 2) offline manifest 3) web sockets 4) web workers. Prior there was lack of those features (http://www.mail-archive.com/android-developers@googlegroups.com/msg60143.html), but in Android 2.1, first two should be supported, but I am not sure about 3 and 4. Is there any list of supported features or we have to test it on our own?
View 1 Replies View RelatedI have a javascript that plays audio in the browser, using the html5 <audio> tag. It works fine in the iPhone browser, but not in Android. (Testing using a htc desire with android 2.1.) Anyone know why?By the way, I am also trying to enlarge the audio button that shows up in the iphone (the default one is quite small), with no luck so far - would be grateful for any ideas!
View 3 Replies View Related