Boniface Pereira
Boniface Pereira
hello @dreadnautxbuddha Can you please create a jsfiddle for this ? I will look into this soon
Thanks @dreadnautxbuddha, i will get this fixed as soon as possible. 👍
Make sure you add bootstrap CSS, if that does not help please create a jsfiddle to reproduce the issue
This can be done, will add to my todos Thanks!
Thanks for the report, will inspect it soon
Same error, cordova version: 7.0.1
@Vishwa17 How did you fix it? please provide some answer to others who face it.
After some debugging, found error comes in @ uiautomator/__init__.py @ 423 where `e` is ``` ('Connection aborted.', ConnectionAbortedError(10053, 'An established connection was aborted by the software in your host machine',...
The program gets stuck @ line 425 ``` except (URLError, socket.error, HTTPException) as e: if restart: server.stop() server.start(timeout=30) #
UPDATE: I was trying to connect to a non-rooted phone, Motorola g5 plus @ Android 6 But successfully connected to a rooted phone, Motorola g2 @ Android 4.4 I haven't...