Force the use of the iOS theme on Android devices

Hello;

My issue is that I want to use the iOS theme on Android devices as well. However, even if I set {theme: ‘ios’} in app.js, the inputs on Android devices still appear with the MD theme. As a solution, when I remove ‘md’ from the class of the html tag and add ‘ios’, everything looks fine, but in this case, the theme is not displayed perfectly due to changes in the safe area values.

I have searched everywhere on the internet for a solution to this issue, and everyone has claimed that it is resolved by setting theme: ‘ios’, but it definitely did not work for me.

Does anyone have a different suggestion? Or is there something I am doing wrong or overlooking? Thanks.