The problem is usually that all the Android APIs are designed for Java/Kotlin and extremely opinionated on top. Using those APIs from other languages is a royal PITA.
That's why webview apps are so popular in the first place, because you don't need to deal with the actual Android APIs.
That's why webview apps are so popular in the first place, because you don't need to deal with the actual Android APIs.