# P5 js V 2.0.5 orbitControl Android touch

**URL:** https://discourse.processing.org/t/p5-js-v-2-0-5-orbitcontrol-android-touch/47396
**Category:** Beginners
**Created:** [October 19, 2025, 2:41am UTC](https://discourse.processing.org/t/p5-js-v-2-0-5-orbitcontrol-android-touch/47396 "2025-10-19T02:41:30Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![RPI](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/rpi/32/21110_2.png) [@RPI](https://discourse.processing.org/u/RPI)
#### Post date: [October 19, 2025, 2:41am UTC](https://discourse.processing.org/t/p5-js-v-2-0-5-orbitcontrol-android-touch/47396/1 "2025-10-19T02:41:30Z")

</div>

using orbit Control

> **[orbitControl](https://beta.p5js.org/reference/p5/orbitcontrol/)**
>
> orbitControl

PC mouse:

- left: rotate
- middle (wheel ): zoom
- right: pan

Android touch:

- one finger move: rotate
- 2 finger span: zoom
- 2 finger move: pan

all works nice.

but on Android browser, when i scroll down the page  
the canvas focus is lost 🥵 and can not (touch) operate any more.

how to reactivate?  
( besides page refresh )

* * *

[online editor](https://editor.p5js.org/RPI/full/g22eP6hSnD)
