Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remote control Back Button WebOS #3

Open
tiorobby opened this issue Mar 11, 2020 · 2 comments
Open

Remote control Back Button WebOS #3

tiorobby opened this issue Mar 11, 2020 · 2 comments

Comments

@tiorobby
Copy link

tiorobby commented Mar 11, 2020

Hello...
time ago I remember if I want to activate the function of raise the LG WebOs Menu when I reach the end of the "back History" I had to write a code line for that.

/**
* @OverRide
*/
_backOnEmptyHistory() {
return this.isDeviceWebos() ? this.device.showAppsManager() : this.device.exit();
}

Is that necessary in the new Zombie Box versions?

I ask that coz I can't find that text on the documentation. Sorry if I'm making a mistake.
Best Rgds

ps. I'm very pleased with the Zombiebox release of my tv app so I say thanks for all your help.

@l1bbcsg
Copy link
Contributor

l1bbcsg commented Mar 12, 2020

Yes, this is still the case and was for quite a while, there were no recent changes in this behaviour.
The method you want to use depends on desired UX scenario.

showAppsManager and exit do different things. The former raises applications menu while the latter kills the app completely which is more consistent with other platforms which is why it's the default behaviour in ZombieBox.
webOS UX checklist suggests showing app drawer is the preferred behaviour, but is not quite crystal clear on how the complete exit scenario should be executed, so it's often resolved in 1:1 QA in sellers lounge during app publishing unfortunately.

I think it might make sense to change the default behaviour of _backOnEmptyHistory on webOS actually, but more thought should be put into it.

@pedrosilvabos
Copy link

Hello, Im sorry for coming to this particular issue. @tiorobby @l1bbcsg @reeFridge @nomean42 I have a DASH + Widevine stream and I am trying to play it, could someone give me some help ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants