ABCxFF / diepcustom

An open source diep.io custom private-server template
https://diepcustom.herokuapp.com/
GNU Affero General Public License v3.0
69 stars 60 forks source link

Mobile input is missing #113

Closed Black360o closed 1 year ago

Black360o commented 1 year ago

Mobile input is missing

Nul-led commented 1 year ago

Can you describe your issue further? What do you mean by mobile input?

Black360o commented 1 year ago

The fact is that the client does not work on mobile devices, and this is a big problem for those who have only mobile devices

c86ec23b-fef1-4979-b2fa-b9adc351b8cc commented 1 year ago

hopefully this is something we might work on soon

c86ec23b-fef1-4979-b2fa-b9adc351b8cc commented 1 year ago

ive been thinking about adding it for a while

Nul-led commented 1 year ago

The fact is that the client does not work on mobile devices, and this is a big problem for those who have only mobile devices

The problem is that the wasm is not suitable for running on mobile devices thus even if we implemented the js part of it, without the wasm it wont be possible.

c86ec23b-fef1-4979-b2fa-b9adc351b8cc commented 1 year ago

it is suitable @Nul-led i did it before

c86ec23b-fef1-4979-b2fa-b9adc351b8cc commented 1 year ago

remove the asm const that checks for orientation and it will work

Altanis commented 1 year ago

The fact is that the client does not work on mobile devices, and this is a big problem for those who have only mobile devices

The problem is that the wasm is not suitable for running on mobile devices thus even if we implemented the js part of it, without the wasm it wont be possible.

untrue, diep.io currently runs on mobile while still using WASM

ABCxFF commented 1 year ago

The "wasm" referred to the specific version of the build we use. It is possible though as xScripty mentions, and in the future, efforts might be made to add more support.

Nul-led commented 1 year ago

The fact is that the client does not work on mobile devices, and this is a big problem for those who have only mobile devices

The problem is that the wasm is not suitable for running on mobile devices thus even if we implemented the js part of it, without the wasm it wont be possible.

untrue, diep.io currently runs on mobile while still using WASM

Yea figured so too thanks to xScripty

Nul-led commented 1 year ago

wont be added as far as im concerned, mobile with the desktop wasm is very laggy and probably has bugs too..