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

Making it work on WebOS for app development #57

Open
Kax675 opened this issue Jan 20, 2023 · 4 comments
Open

Making it work on WebOS for app development #57

Kax675 opened this issue Jan 20, 2023 · 4 comments

Comments

@Kax675
Copy link

Kax675 commented Jan 20, 2023

I tried using it with webos sdk (while developing application for webos, you are developing with html css and js), I didn't get any error in console but navigation didn't work at all. Can you help?

@KotKarol
Copy link

@Kax675 Key events are not the same on the webOS as they are in your browser.
For me the easiest way of making this lib work on webOS, was forking and adjusting it to accept different keycodes at the init, and overwrite the ones hardcoded in the lib.

@rolodato
Copy link

rolodato commented Feb 9, 2023

@KotKarol Would you mind sharing that fork? I'm looking to get this working well on both webOS and regular browsers.

@Kax675
Copy link
Author

Kax675 commented Feb 9, 2023

@Kax675 Key events are not the same on the webOS as they are in your browser. For me the easiest way of making this lib work on webOS, was forking and adjusting it to accept different keycodes at the init, and overwrite the ones hardcoded in the lib.

I couldn't even get the keydown event listener to work

@KotKarol
Copy link

@rolodato https://gist.github.com/KotKarol/3d9b0856073405fb581410f9c06dd0f8

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