Questions tagged [amazon-silk]

A web browser developed by Amazon for use on their Kindle Fire tablet devices.

17 questions
15
votes
3 answers

Kindle Fire SilkBrowser Reading View CSS

Does anyone know how to correctly impletment CSS classes for the Kindle Fire Silk Browser Reading View? The Kindle Fire 6.3 Update added a "Reading View": With Reading View on Silk, the content that you're interested in is elevated above the…
taylorjes
  • 434
  • 3
  • 18
4
votes
2 answers

Amazon Silk browser: any special considerations for front-end developers

Do front-end developers need any special considerations for the Amazon Silk Browser because of it's split architecture and it's re-sizing of images? Or can it be considered as just another webkit browser from a developer's perspective?
TaiwanGrapefruitTea
  • 1,045
  • 2
  • 14
  • 25
3
votes
1 answer

Viewport or innerHeight of Amazons Kindle Fire?

I build a webpage for the iPad and now I need to make some adjustments to get it run on the Kindle Fire. The main problem is, I cant't find any informations about the real usable space in the silk browser. On many sites on the net they say it's…
3
votes
1 answer

Is the viewport meta tag supported by the Amazon Silk browser on Kindle Fire?

I'm trying to use the viewport meta tag to scale HTML content when viewed on the Kindle Fire. I have set up the following test page:
James
  • 3,597
  • 2
  • 39
  • 38
2
votes
1 answer

HTML5 site enter full screen mode in silk browser or hide the address bar in silk browser after loading the url?

when the page is loaded, it should enter in full screen mode. How do I force the browser to enter in full screen mode? or hide the address bar? How do I detect silk browser user agent in jquery?
tv3free
  • 57
  • 10
2
votes
0 answers

How do I enable remote debugging on the Kindle Silk browser?

I'm trying to use remote debugging through Chrome DevTools for Kindle's Silk Browser. I followed the instructions on their documentation, http://docs.aws.amazon.com/silk/latest/developerguide/remote-debugging.html , but typing "about:developer"…
singerde
  • 21
  • 2
2
votes
1 answer

Amazon Silk Browser - Considerations for Mobile Web Developers

I have a client who wants me to optimize their mobile website for the Kindle Fire. I've done development on iPhone, iPad, and Android, but not for Android tablets and not specifically for the Kindle Fire either. I wanted to know, as a mobile web…
TJ Kirchner
  • 4,321
  • 6
  • 24
  • 26
1
vote
0 answers

What font file formats are supported on the Amazon Silk Browser?

Trying to get a font style to work on the Amazon Silk Browser. Went through their documentation but they don't mention it anywhere. Currently using tiff and woff because it's supported by all the major browsers listed on the w3 Web Font support…
Jonathan Laliberte
  • 2,672
  • 4
  • 19
  • 44
1
vote
0 answers

Silk browser of Kindle has a download bug?

Suppose that I want to write a web page with laravel5 (a PHP framework) to download a mobi/awz3 file from the Kindle's web browser directly. The code looks like (please refer to the link given above for the detail): return…
van abel
  • 181
  • 10
1
vote
1 answer

Why is my querystring being modified by Chrome Mobile on iPhone and Kindle Fire's Silk browser?

I have a portal application with the following url https://pv.xxxxx.org/Y/Students.aspx, at least that is how it appears in any of my web browsers on my PC. On my Kindle Fire HD (Silk) or iPhone (Chrome) it is showing up like…
Stryder
  • 795
  • 2
  • 9
  • 20
0
votes
0 answers

Maximum six connections causing issues in browser on Kindle (Silk)

Don't know if anyone can help here, but I will ask anyway. We have a website built using ASP.NET (VB). It works fine on the desktop, iPad or mobile phone browsers, but on a Kindle tablet (in Silk browser) frequently the maximum six tcp connections…
0
votes
0 answers

Silk browser background cover center doesn't work if there is a div absolute

body.page-id-444 { height: 100%; margin:0px; background: url(picture) ; background-repeat: no-repeat; background-attachment: fixed; background-position: center; -webkit-background-size: cover; -moz-background-size:…
0
votes
0 answers

Kindle Silk browser having issues with keypress event?

I'm trying to restrict a text box to numeric entry only in a project using knockout.js and MVC. I'm doing a data-bind on the keypress event to call a function from the VM that looks like this: this.NumbersOnly = function (data,evt) { var…
M.Bush
  • 1,102
  • 1
  • 12
  • 22
0
votes
0 answers

Kindle Silk Browser: Set focus on a textbox

This is my first post, so I hope it finds it's way to the correct forum. I created a web page with a SQL backend to capture the start time for a production job. There is only one textbox on the page. After the timestamp is saved, the focus is…
Jay Alfred
  • 21
  • 1
  • 3
0
votes
2 answers

Pure

I have some menus in legacy code structured like so:
iOS/Touch Browser Popdown Test
1
2