public

Rpg Maker Developers Group

Simple enough for a child, powerful enough for a developer

2 Followers

Your browser does not support Web Audio API [APK]

BMM Archive · July 15, 2026

Preserved forum archive. This topic stores the original first post and locally mirrored RPG Maker Web attachments when available. It is posted by the BMMPlay archive account, not by the original creator.

Original Source

  • Original title: Your browser does not support Web Audio API [APK]
  • Original author: Jonforum
  • Original date: March 28, 2016
  • Source thread: https://forums.rpgmakerweb.com/threads/your-browser-does-not-support-web-audio-api-apk.59479/
  • Source forum path: Game Development Engines > RPG Maker Javascript Plugins > RPG Maker Mobile Deployment

Summary

Hello, I have a very annoying error, when i try to run rpg maker apk to Android After a functional test on a emulator [very laggy on XDK] I export my [.APK] on my Android 4.4.2 tablet [Cube Talk 9X U65GT]

Archived First Post

Hello,


I have a very annoying error, when i try to run rpg maker apk to Android
After a functional test on a emulator [very laggy on XDK]
I export my [.APK] on my Android 4.4.2 tablet [Cube Talk 9X U65GT]
he can run eavy game very fast !



i get this error
[ Your browser does not support Web Audio API ]



-Does this problem is native rpg maker MV ?
-Or the way, I compiled the application?
-Or is there a solution to build an application compatible on Android 4.4

Works on Android 5.0, but few people have this version for now.
I find this very annoying problem for the price of the software that was justified for deployment on Android and iOS platforms.


Tankyou for the supports, friends


Here print screen of my build on XDK
 

Protected download



And here the line generate this SAD error
Inside rpg_managers.js    line 1532

Code:
SceneManager.initAudio = function() {
    var noAudio = Utils.isOptionValid('noaudio');
    if (!WebAudio.initialize(noAudio) && !noAudio) {
        throw new Error('Your browser does not support Web Audio API.');
    }
};

Downloads / Referenced Files

Log in to download

Log in, then follow the RPG Maker Developers Group to see these download links.

Log in to download

Referenced Images / Attachments

build-apk.jpg
build-apk.jpg
Creator Claims / Removal

If you are the original creator and want this listing reassigned, edited, or removed, join BMMPlay and contact the moderators with proof that matches the original RPG Maker Web profile, linked GitHub, itch.io page, or another public creator identity.

#rpg-maker-archive#mobile-deployment

Replies (0)

No replies yet.

0 replies 1 view

Log in to reply.

User Avatar