Chrome Dev Tools Mobile two finger swipe - google-chrome

I am currently developing a store finder and in my research I came across this site:
https://www.esprit.com/mobile/storefinder
I was wondering if there is a way to simulate a two finger swipe behavior in dev tools for moving around the map?
What I tried already:
double click and drag
shift and click+drag

I was looking for a way to pan the (Google) map when simulating a touch device in the dev tools on the app I'm working on, since since click + drag brings up the "Use two fingers to move the map" message. It seems the arrow keys will pan the map in this case - I checked and it doesn't seem to work with the app you linked above, but hopefully this will help someone else.

Related

How do I get a keyboard shortcut to translate a google chrome webpage? Not looking for auto-translate options

I need to frequently translate the webpage manually for work purpose. Although not looking for auto-translate options, I need a keyboard shortcut or a handy extension to translate the page. The right click option on google or the google chrome translator extension need multiple clicks in order to translate. The middle mouse button to translate the whole web page would do some good to me.
I tried looking out for extensions out of which context menus was related to my issue. I couldn't figure out how it works.
The right click option on chrome has 7th option for translate page which is not handy. I need it to be the first option on right click or the middle mouse button to translate the google page would help.
I am working on windows and not MAC.

Chrome Timeline does not show all calls on a flame chart

While using Google Chrome Timeline feature I have noticed a strange thing. On my PC in a workplace flame chart is very flat, showing only 1-2 function calls deep. My first thought was: "Well, that is the way this thing works". But when I opened the same webapp from home and a flame chart was much taller, showing all function calls.
Both browsers are in the same version (51.0.2704.84 m - latest at the moment). All settings in DevTools are same.
Flame chart from computer at work:
Flame chart from computer at home:
My question is simple: why computer at work does not show full call graph and how can I fix this?
Is everything checked under the Event Log tab (below)? I see that painting and rendering events are not visible in your bottom screenshot.
Looks like a bug on your work computer. It shows no JS frames at all. If it's still reproducible please file it at https://crbug.com
I assume you were recording with JS Profile checkbox marked.

Can't find the overrides or emulation tabs in chrome 2016?

I'm trying to view the emulation panel but I can't find it anywhere. Everywhere I've looked it says to open an overrides panel to find it but that's missing too. I also can't find any helpful or new answers to my question. Pressing esc only opens up console and there's nothing in settings that seems to help. Can someone please tell me how to reach it?
Instead of emulation in the drawer Device Mode is now offered for emulating other devices. It provides many benefits over the old emulation mode, such as taking into account the meta viewport tag on render. So what you see is much closer to what you'd get in real life.
I'm using 51.0.2704.103 (64-bit) on a Mac.
Cmd-Opt-i to open console.
Click the button with three vertical dots and the very top right of the Developer Tools window.
Select: more tools > sensors:
If the console draw is not already open it will open. Either way there should now be a sensors tab next to the console tab on the console draw. Click this tab and follow your nose from there.
Note that this tab had an x by it. Hitting this will hide the sensors tab and next time you use it you will need to follow the steps above again to reinstate it.

Windows phone back button task preview

On the windows phone when you press and hold the back button a collection of tiles will appear that represent apps that were recently run or are running in the background. Generally the tiles will show a preview of the app in the visual state it was in when it last navigated away from. I have seen some apps however that will show their logo on this tile regardless of the state the app was in when navigated away from. I have been beating my head against the internet trying to find how this is done. Perhaps I am missing the proper terms to search for in order point myself in the correct direction. Does anyone know how to accomplish swapping the back button history preview image or perhaps help me find the correct search terms to locate help on this?

PhoneGap: Clicking the Close Button on Google Maps InfoWindow does not Work

I am trying to include Google Maps on my mobile application.
When I am testing the application on a Web browser, everything is OK.
However, after compilation to an Android application (with Adobe PhoneGap), the infowindow of some point after clicked, then it cannot be closed, i.e. the close button on the top-right corner does not work (it is shown, but it is inactivated).
I think there is a general problem on opening infowindows, because I tried then to use commercial maps of Cyprus, from a company called Geomatics, and the infoWindow did not open at all!!!
Did anyone experience a similar issue? I would be really grateful for any help!
Thanks in advance.