Running in the Background on KaiOSDespite KaiOS operating on resource-constrained hardware, apps can execute tasks in the background using several approaches. Background Media Activities & System Messages Service Workers Alarm API Request Sync API Background MediaThe simplest way to do anything in the background is by using Audio Channels to continue audio playback while using another app. Using the content audio channel on an audio or video element, when the user presses Back/ EndCall, it wi...