H
H
Hfnas2020-01-12 22:13:27
JavaScript
Hfnas, 2020-01-12 22:13:27

View css, html, jquery in xcode?

I can’t find debugging for simulators in xcode (I need a mobile keyboard, so “f12 chrome” doesn’t roll) for a virtual machine with a mac, like in chrome.
The task is to track down a bug: when you type in the input field, the keyboard appears, and the field is hidden.
what to look for on the internet?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
Vladimir Maltsev, 2020-01-13
@Hfnas

Safari on macOS can work in developer mode. Run the emulator in xcode (or a device by wire), open the site in mob safari, look for the device in the developer tools. How to turn it on
As I understand it, the keyboard runs over the input and overlaps it, if so, then the solution, when focusing on the input, is to scroll the document to the current input, so that the active field is always at the top of the page.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question