0

I am trying to locate a problem that i cannot see. On my desktop filling an object is working and it is remebered when going to a new page, but when i do the same on my iPhone the session is made and filled but not remembered when i open a new page.

What i have already done is searching the whole internet including stackoverflow for answers that i could not find.

I would like to know how i could open something like developer tools foor google chrome on my iphone. Could someone tell me how I can achieve something like that?

Jantje
  • 83
  • 1
  • 10

1 Answers1

1

Due to the webkit policies it's not possible to debug chrome on iOS because chrome is relaying on the UIWebView.

Its possible for:

Safari (iOS) -> Safari (Mac) Chrome (Android) -> Safari (Mac/Windows)

More infos: iOS Remote Debugging

Community
  • 1
  • 1
dschniepp
  • 1,083
  • 12
  • 19