Skip to content

Hand Math v1.0.1 — Android Kids Mode & 3D Articulation Fixes

Choose a tag to compare

@bizzkoot bizzkoot released this 09 Sep 14:43
· 17 commits to main since this release

What's Changed in v1.0.1

  • Fixed 3D Hand Articulation on Android Kids Mode (Honor Pad X8a / MagicOS):
    • Enabled WebView hardware acceleration (android:hardwareAccelerated="true" & FLAG_HARDWARE_ACCELERATED) to allow GPU skeletal mesh vertex transformations.
    • Added CSS touch-action: none and touch event normalization on the 3D canvas so finger touch and gestures register reliably without browser scroll cancellation.
    • Fixed updateHandSkeleton mesh caching and eliminated per-frame texture reallocation overhead on mobile GPUs.
    • Set Three.js powerPreference to default to ensure WebGL context stability under battery-saver / Kids Corner profiles.
  • Release APK:
    • Download HandMath-v1.0.1.apk below to install or update on your Android tablet/phone.