HTML オーディオ プレーヤー API は、私が Cordova で見つけた最良の方法です。つまり、プラグインを使用せず、新しい標準の Web テクノロジを使用するだけです。
React Native でオーディオを再生するためのポリフィルはありますか、または予定されていますか?
HTML オーディオ プレーヤー API は、私が Cordova で見つけた最良の方法です。つまり、プラグインを使用せず、新しい標準の Web テクノロジを使用するだけです。
React Native でオーディオを再生するためのポリフィルはありますか、または予定されていますか?
Not at this moment, but React Native already has some polyfills and I would expect it will be added later because React Native is quite new technology.
If you need it now I would suggest using the plugin from Cordova and migrate it to React Native with help of native modules.