szatkus / js2me

J2ME implementation in JavaScript
MIT License
134 stars 27 forks source link

[WIP] Work as KaiOS app - fix #7 #17

Closed danimesq closed 2 years ago

danimesq commented 2 years ago

@szatkus The news is: require.js is working!

Now, JS2ME only loads the contents of "keypad" when it detects the platform isn't KaiOS; which is good for KaiOS, as now it won't load the virtual keypad nor anything heavy/useless/redundant.

Screenshot_20220328_155531

But JS2ME bugs everything when it doesn't finds content inside the element with "keypad" ID (not exactly as I say); the "<" button doesn't works anymore, for example. The above means JS2ME is still very reliant in the virtual keypad or some of its elements, even depending on it/these to load the rest of its logics.

danimesq commented 2 years ago

I have to consider szatkus/js2me as abandonware and move efforts (added wasted hours bc now I'll have to learn everything about an undocumented source because the maintainer offered help but didn't) into this PR's branch.