-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi ...
working on my implementation of your project I have been coding for the Tizen release.
I faced two problems:
1.- The video player it's seems to be on a different resolution than the application. In this record you can see the issue.. This same code works fine for the LG WebOS platform, but not for Tizen. https://recordit.co/xeSmGKhljt
I have set the HD Resolution in the appplication.js
const resolutionInfo = ResolutionInfo[Resolution.HD];
this._body.classList.add('zb-hd');
Is there something I have been missing to set the entire Resolution for Tizen? (in WebOS I also set the resolution in the module.export item)
2.- I need to debug the console output in the Tizen Emulator. How can I do that? How can I set the output console to my chromium/chrome or something like ares-inspect command for LG?
Thanks in advance.
best rgds!!!