question

gordonmcleod15 avatar image
gordonmcleod15 asked

Kindle Fire HD HTML5 Development

Just wondering if it is possible to create an HTML5 App for the Amazon App store? I can't seem to find anything relating to being able to transfer the HTML5 code into the Android SDK. Do I have to create an app in the Android SDK or do I have to use it via the Silk Browser?
fire tablet
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

JPritz22@Amazon avatar image
JPritz22@Amazon answered
Thank you for bringing this to our attention. We are currently looking into the matter, and will notify you when we have found an appropriate resolution. To help us better understand your specific experience and to expedite a resolution, please fill out the following Contact form: https://developer.amazon.com/help/contactus.html
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Offbeatmammal avatar image
Offbeatmammal answered
with tools like PhoneGap you can "wrap" an HTML5 application into an Android (or iOS or Windows Phone) application i've not tried PhoneGap on the Fire but it looks like their Android getting starting should work - https://forums.developer.amazon.com/forums/thread.jspa?threadID=331&tstart=0
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

gordonmcleod15 avatar image
gordonmcleod15 answered
After checking it out, I'm still unsure how I'd go around making the app for Android on PhoneGap and then getting it onto the Amazon App Store. Or is it a means of creating the app in the way set out by PhoneGap but not submitting it to them and then putting it onto the AAS
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

robin avatar image
robin answered
Gordon, I had similar questions as I got started (Oct 2013) with Html5 apps for the Amazon App store. Following this thread might give additional insight. https://forums.developer.amazon.com/forums/thread.jspa?threadID=1566&tstart=0 Thread: Kindle Fire HD7 - Favorites icon launch for Html5 app instance Amazon Mobile App Distribution Home » Forums » Kindle Fire » Getting Started I'm guessing you are at the development-testing stage. Deploy your content to the 'active' server (not localhost) that will host your code. This part is required while active at the App-Store. Run the web-app tester [1] as a separate process. Cut-n-Paste your deployed host server web page Url into the web-app tester [2] and press 'Save' Then launch your app form inside the web-app tester to view and test. Submit as explained via links at [1]. [1] https://developer.amazon.com/sdk/webapps.html [2] https://developer.amazon.com/sdk/webapps/tester.html Robin
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Sujoy@Amazon avatar image
Sujoy@Amazon answered
Hi Gordon, You can not publish a hybrid app (using Phonegap) as "Web App" in Amazon App Store. Instead if you have an app purely written in HTML that you can publish through App Store. We launch a native app having chromium web view and launch the pages of the app in it. So the app what are written on top of framework like Phone gap can not be made as web app. Instead you should submit it to us as an Android app. Similar post : https://forums.developer.amazon.com/forums/thread.jspa?threadID=1529&tstart=0
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.