I created a web page that stores cookies in order to remember which user ID is placed in the schema viewer. It works on desktop versions of IE, Firefox, and Chrome. But when I try to visit it with Android or iPhone, it does not work.
What I would like to know is how you see saved cookies or how you debug JavaScript / HTML / CSS. If I look at errors in desktop Firefox, I get no errors for JavaScript and CSS.
I recommend using the remote debugger built in chrome for Android application.
eg.
adb, usb ( usb) , goto, , . adb forward tcp:9222 localabstract:chrome_devtools_remote
adb
adb forward tcp:9222 localabstract:chrome_devtools_remote
: 9222 / .
: https://developers.google.com/chrome-developer-tools/docs/remote-debugging
, , cookie android. , cookie? ( > more > settings > accept cookie ). javascript cookie, , javascript .
, , , cookie PHP javascript -. , , cookie . , javascript , " " , cookie. ( php, )
, , . , , , , . , setcookie
, !
Android 2.2 2.3 :
Keep in mind that the js debug panel on Android will only appear when the web application is registering something (for example, if a js error occurs or you run it through console.log so that you can run it inside your application to open )
For Android above 2.3, you have additional debugging options;)
Edition:
According to Zeb's answer here: https://developers.google.com/chrome-developer-tools/docs/remote-debugging
Source: https://habr.com/ru/post/1781608/More articles:How to split a sentence into two separate arrays - javaJQuery: function call dynamically - javascriptOSX application shortcut folder in the dock and updating icons after installation - iconsHow to distinguish between Task Scheduler 1.0 and Task Scheduler 2.0? - c #Zend_Test: the default module is not installed for this application - unit-testingException thrown by unexpected assembler code after calling new (heap) - c ++How to run one NUnit test under a user with certain privileges - c #Reading data from a specific address / object reference - pythonhttps://translate.googleusercontent.com/translate_c?depth=1&pto=aue&rurl=translate.google.com&sl=ru&sp=nmt4&tl=en&u=https://fooobar.com/questions/1781612/llblgen-and-the-repository-pattern&usg=ALkJrhj6Fjsuj2dmQftkzIGKVKg5TsHNUATest Design and Test Specification - testingAll Articles