ffmpeg-android
ffmpeg-android copied to clipboard
using ffmpeg.loadBinary cause to weird layout
In android phones with language with default layout of R-T-L(right to left) , after using the function ffmpeg.loadBinary() or ffmpeg.execute() the layout change to L-T-R . this phenomena not accrued when the function execute from separate process
repro steps
- download my example app 2.configure phone to one of the R-T-L languages (hebrew/arabic) 3.restart phone open app and follow instructions
I am facing the same issue layout direction is changed to LTR. Could you please clear out "this phenomena not accrued when the function execute from separate process". Were you able to resolve this issue?