How to open external file in Android.js

Viewed 10

I am trying to open up a .nds ROM (Homebrew) game in a android.js emulator I am making. And the <input type="file"></input> isn't opening a open file dialog thing, even when reading files is enabled in the permissions.

How would I do this?

0 Answers
Related