jflowers45 Posted February 21, 2014 Share Posted February 21, 2014 For some reasons EnterIncorrectOrientation isn't getting called on my Kindle Fire for my landscape app. It works fine on iPad/iPhone/Android. I looked at the checkOrientationState - window.innerWidth and window.innerHeight work fine (at least in isolation) on the Kindle Fire. Any ideas? Maybe Silk (the browser on Kindle) user agent isn't being accounted for somewhere? Link to comment Share on other sites More sharing options...
rich Posted February 22, 2014 Share Posted February 22, 2014 Hmm - that event is fired whenever the window dimensions don't match the mode you picked. There is nothing browser specific in the check (Kindle or Silk aren't even mentioned in the whole class. Could you boil it down to a specific piece of code I could test please? Link to comment Share on other sites More sharing options...
jflowers45 Posted February 24, 2014 Author Share Posted February 24, 2014 Hi Rich, I've restricted the example to an index.html, a 'GameGo.js' that simply has the window.onload, and a Boot.js. If you compare functionality on a non-kindle device to a kindle it should be immediately obvious. If you can't replicate it let me know. http://www.flashysubstance.com/kindlephaser/ It should show a black screen when in landscape mode, and it turns red and does an alert when you go to portrait. Link to comment Share on other sites More sharing options...
Recommended Posts