最近看到社區有小伙伴反映,社區錄音應用橫屏時,錄音后無法播放的問題。現分享解決辦法。
社區錄音應用的來源:
https://gitee.com/openharmony/applications_app_samples/tree/OpenHarmony-5.0.2-Release/code/SystemFeature/Media/Recorder
Recorder/entry/src/main/ets/pages/Index.ets中注釋this.isLand = mediaQueryResult.matches;
,讓它橫屏是強制保持豎屏狀態就ok了。
編譯好的錄音ok的hap在文末下載