@kaonaz Answered in PM
Touch events
-
How come nobody has suggested touch events, I think it would be great. They only need to be javascript level, but if I create them myself I'm pretty sure they get marked IsTrusted: false because they were created through code.
It makes 0 sense to use a mobile fingerprint yet all your events are firing mouse moves, mouse clicks..
-
@recorp, @Fox said in Возможно ли обойти gmail ошибку при регистрации без смс?:
@agility said in Возможно ли обойти gmail ошибку при регистрации без смс?:
По сути надо добавить/определить в бас ф-ции и event события для мобилок
CEF не поддерживает тач-события на уровне движка. Ответ @support на счёт тач-событий:
Скорее всего реализую после перехода на новый движок.Google Translate:
CEF does not support touch events at the engine level.
@Support response to touch events:Most likely I will implement it after the transition to a new engine. -
@recorp said in Touch events:
Weird i thought they could just generate javascript events, when I was automating chrome I just sent it javascript touch events using websocket, worked fine, dunno why it needs to be at engine level
While CEF does not support touch events, you can implement them yourself. I have already chosen a new browser engine, where touch events are ready out of the box. Most likely, I will implement them after switching to a new engine.
-
@recorp said in Touch events:
Weird i thought they could just generate javascript events, when I was automating chrome I just sent it javascript touch events using websocket, worked fine, dunno why it needs to be at engine level
https://developer.mozilla.org/en-US/docs/Web/API/Event/isTrusted