hoi4

Results 22 comments of hoi4
trafficstars

Just for reference: This is my latest version for safe area handling ```kotlin import android.os.Build import android.view.View import android.view.ViewGroup import androidx.core.view.ViewCompat import androidx.core.view.WindowInsetsCompat import androidx.core.view.updateLayoutParams import com.getcapacitor.Plugin import com.getcapacitor.PluginCall import...

@TiBz0u My goal was to preserve the previous logic for older Android devices (apply margins to the webview and have safe-areas of 0) while supporting the "new way" on newer...