Page 1 of 1

Chrome Desktop Site

Posted: 12 Dec 2018 11:57
by robchoc
I'm using Android 6 and no root available.

Is there a way to open Chrome as a desktop site from Automagic?

I have tried using the UI overlay it has a green box over the 3 dots but when I click it, it says No component found.

Is there another way to trigger the 3 dots?

Thanks

Re: Chrome Desktop Site

Posted: 12 Dec 2018 17:49
by Desmanto
I can use the overlay to get the more option and click the desktop site. Oreo 8.1, chrome 70. Try to click the option in the new tab. The following works at my phone.

Code: Select all

clickById("com.android.chrome:id/menu_button");
sleep(200);
click("Desktop site");
There are currently no way to open desktop site immediately. I remember some dev version of Chrome has started to implement it at custom tab level, but don't know if it will make it to the stable. I have forced chrome android to the desktop site, by adding it to debug app and then use the chrome command line to open it. I think no root is required, but adb is a must. https://forum.xda-developers.com/androi ... s-t3771982

Re: Chrome Desktop Site

Posted: 12 Dec 2018 19:01
by robchoc
Does not work for me, I'm on Chrome ver 71.

Your script did not work.

I have just this second found a way around it. :)

sendKey("MENU")

Re: Chrome Desktop Site

Posted: 13 Dec 2018 17:12
by Desmanto
I haven't got Chrome 71 yet, can't test it now. Look at apkmirror, there is no 71 version for mine.

BTW, It is possible I have force it desktop mode, so the option always appear at mine. But yes, you can use menu button to show the menu and click the desktop site.

Re: Chrome Desktop Site

Posted: 13 Dec 2018 17:37
by robchoc
I don't want to use ADB to force desktop mode as I reset the phone a lot.