Hello,
AboutBox view (green button) doesn't work on Samsung 7090 with framework 1.1.38.C - Blank page with disabled "back" button. I've tried
CODE
{ id: 'view-Settings', viewClass: KONtx.views.AboutBox }
in init.js or stand alone js view
CODE
var SettingsView = new KONtx.Class({
ClassName: 'SettingsView',
Extends: KONtx.views.AboutBox
});
No success to have about view on Samsung. Amazon video, Blockbuster, Showtime don't have working AboutBox too, but I've got this from your QA:
CODE
[Samsung TV]: About page is showing blank
*** Tested on Samsung TV ***
1.Start TV
2.Launch side bar
3.Open settings page
Observe about page is showing blank with focus on top title bar
It is fine on simulator with framework 1.2.25
What to do? Where I can find new firmware (I'm in Europe)? Blockbuster widget tells me to update my firmware in order to start it. Nothing on Samsung website.
Thanks