Takashi Harano
Takashi Harano
Unfortunately, this debugger runs in JavaScript and cannot actively track the requests. An alternative we can do is create a function for http communication, embed the log in it and...
It seems difficult to implement it directly in the form of breakpoints, but you can do something similar. The debug.js has a function "log.p()" which can show the variable values....
Hi DarkCat09, Thanks for reporting! I confirmed the behavior. This is an issue related to CSS position:fixed on mobile. I will investigate.
It turned out that this vihavior is related to pinch-in/out state.  After researching the web, it seems that position:fixed doesn't work perfectly on mobile. No real solution has been...