Jump to content

Recommended Posts

Posted
47 minutes ago, Ario.Paxaz said:

How should I troubleshoot UniGUI Touch on mobile devices?

Hello,

One of the ways to troubleshoot on mobile is by using Chrome Developer Tools.
You can connect your Android device via USB and use chrome://inspect in your desktop Chrome to inspect and debug the page opened on your phone. It allows you to view console logs, network activity, layout issues, and more — just like on desktop.

If you’re not familiar with it, you can Google something like "Chrome remote debugging Android" — there are many helpful guides online.

Posted
1 hour ago, Sherzod said:

desktop Chrome to inspect and debug

The address of the page opened on the mobile was displayed, but when I click inspect, the HTTP/1.1 404 Not Found page is displayed.

But if I click Close, the page closes on mobile.

Is there anything else I need to do?

 

Regards.

image.png

Posted
11 minutes ago, Sherzod said:

Does the desktop version work (without /m)?

I don't understand what you mean.

Posted
7 minutes ago, Ario.Paxaz said:

I don't understand what you mean.

Run the sample desktop application on the device and check. 

Posted
1 minute ago, Sherzod said:

Run the sample desktop application on the device and check. 

Yes, the desktop app ran on mobile.

mobdesk.jpg

Posted

 

inspect for the desktop application also gave this message, the HTTP/1.1 404 Not Found page is displayed.

But if I click Close, the page closes on mobile.

Posted

Thanks — that helps clarify. Since the page is open and visible in chrome://inspect, but inspect gives a 404, it's likely a DevTools issue (version mismatch or rendering failure).

You can try one of these:

1. Click “inspect fallback” instead of “inspect” (if available)

2. Update Chrome on your desktop to match the version on your mobile device

3. Reload the mobile tab, then try inspect again.

  • Thanks 1
×
×
  • Create New...