Version Differences
1.0
- No KaiStore
- Missing a lot of APIs
- EndCall does not force kill if media is playing.
Bugs:
- window.alert() will stop JavaScript execution.
- click() function on lots of elements will not work.
- Some function only have the vendor-prefixed versions. (e.g. requestFullscreen() is mozRequestFullScreen())
- Fullscreen requires confirmation from the user - when calling mozRequestFullScreen a popup will appear, asking the user whether to stay in fullscreen.
2.0
- Gecko update to v48.
Bugs:
- …
2.5
- (Official) 3rd party app support.
Bugs:
- …
2.5.1
- Minimum version required for WhatsApp.
- Adds click() on previously unclickable elements.
Bugs:
2.5.2
- …
Bugs:
- …
2.5.2.1
- New regulations in China requires new permissions for apps that use the internet to be published. They are:
- Call Log (calllog)
- Wifi Data Access (wifidata)
- Mobile Data Access (mobiledata)
Bugs:
- …
2.5.3
- …
Bugs:
- …
2.5.4
- …
Bugs:
- …
2.5.4.1
- Adds permissions required for China (refer to version 2.5.2.1)
Bugs:
- …
3.0
- Adds a common UI library.
- Dark and Light mode.
- Replaces the app:// protocol with http:// for installed apps.
Bugs:
- …
page revision: 7, last edited: 17 Feb 2021 23:46
