Muhammed Rahif
Muhammed Rahif
Hi @khushbooag4, I'm writing to let you know that due to unforeseen circumstances, this project has been inactive for the past few months. We apologize for any inconvenience this may...
Hi @abrahamalen, I'm writing to let you know that due to unforeseen circumstances, this project has been inactive for the past few months. We apologize for any inconvenience this may...
Hi @Emeka-Ugbanu-hub, Thank you for your contribution to this project. Unfortunately, due to unforeseen circumstances, this project has been inactive for the past few months. We apologize for any inconvenience...
@Chandu-bs which platform are you using?
Isar web support is only in prerelease version ([4.0.0-dev.14](https://pub.dev/packages/isar/versions/4.0.0-dev.14/changelog#400-dev14) onwards). > ISAR V4 IS NOT READY FOR PRODUCTION USE See https://github.com/isar/isar/issues/686#issuecomment-1784955617
> have you got the native libraries installed? On Ubuntu: > > $ sudo apt install libmpv-dev mpv Reading package lists... Done Building dependency tree... Done Reading state information... Done...
`src-tauri/gen/android/app/src/main/java//MainActivity.kt`: ```kt package example.app.id import android.webkit.WebView class MainActivity : TauriActivity() { private lateinit var wv: WebView override fun onWebViewCreate(webView: WebView) { wv = webView } override fun onBackPressed() { wv.evaluateJavascript(/*...
Shouldn't we add `import android.annotation.SuppressLint` then?
[Get viewport height when soft keyboard is on](https://stackoverflow.com/questions/23023549/get-viewport-height-when-soft-keyboard-is-on)
resolved in #229