Questions tagged [google-developer-tools]

184 questions
1
vote
1 answer

Google claim Device Incompatibility on Android TV app

We have an app aimed at Android TV and it has been published live but it comes up as not being compatible with any device in the Google Play Store and I cannot find/install it on an Android TV device, I think Google has done something wrong but I'm…
omega1
  • 1,031
  • 4
  • 21
  • 41
1
vote
1 answer

Remove empty space in between hAxis on Google Charts

I have a "vertical" material designed bar chart that receives values like this: [1, 10], [580, 12], [10000, 1] So it renders the xAxis like this: Is there any way for me to remove the empty values of the hAxis and just leave the numbers that have…
1
vote
1 answer

How to set up CameraX for video recording android app?

enter image description here I have set up everything according to the documentation on Camerax but this Previewconfig is not working. I am unable to access Builder() and again that setOnPreviewOutputUpdateListener is not working. Please suggest me…
1
vote
0 answers

Youtube API - is there a way to get real-time information about youtube channels like new video being uploaded?

I am trying to build an application that does something every time a new video is uploaded to one or more channels. My search lead me to the Youtube Data API V3. This is a push notification service that sends information every time a channel that…
1
vote
0 answers

Error in 'appendListItem' - google addons

I'm trying to copy listItem from one google doc to others. Here is the code: var activeDocID=DocumentApp.getActiveDocument().getId(); var targetBody = DocumentApp.openById(activeDocID).getBody(); for (i = 0; i <…
1
vote
1 answer

Is there a Firefox alternative to the debug() function which is available in Google Chrome?

In Google Chrome, there is a debug() function which can be called from the DevTools console and accepts a function as its parameter. It can be used when you want to pause whenever a specific function is called. Is there any similar Firefox…
1
vote
1 answer

Verify pending forwarding address with confirmation code in Gmail API

I'm creating a forwarding address for my Gmail account with Gmail API. I know that if function service.users().settings().forwardingAddresses().create(userId='me', body=address).execute() returns a result with a verificationStatus of pending, the…
Andrea
  • 141
  • 1
  • 8
1
vote
3 answers

How to stop a setInterval Loop in Javascript outside of code without refreshing the browser?

This may be a quite naive question but I really need some help. Prior to writing this post, I was programming on JSBin. Turns out without me realizing, I ran a setInterval loop prompting for userInput and it kept on looping, making me unable to…
1
vote
0 answers

Preserve opened webpack sourcemaps in chrome developer tools page after refresh

I would like to preserve the opened structure in the 'Page' tab inside developer tools after the page refresh, so I don't have to open them again and again because I get dizzy. Example gif:
1
vote
1 answer

google pageinsights algorithm giving inconsistent results

After google page view algorithm changed, the pageinsights score is giving inconsistent results for webpage. sometimes it shows greater than 90 and sometimes shows in between 60 to 75. suggestions provided by google pageinsights to improve…
Nithish
  • 369
  • 1
  • 8
  • 20
1
vote
2 answers

chrome.tabs.Tab is undefined from popup.js script

I was going through the Chrome extension "Getting started guide": https://developer.chrome.com/extensions/getstarted and one section mentions this code chrome.tabs.executeScript( tabs[0].id, {code: 'document.body.style.backgroundColor =…
1
vote
1 answer

Is there a best practice to prevent the user of my Angular SPA to manipulate the Form-Data in a Request before it is sent to the server

My Angular (Version 5) app is secured with a JWT Token and AuthGuards. In theory a user is able to manipulate form data with Chromes Developer Tools before the aggregated form values are sent to the server. Are there nowadays new good practices to…
1
vote
0 answers

GOOGLE DEVELOPER TOOLS - MEMORY LEAK TRACING

I’ve been trying to trace memory leaks in a hybrid-app built using ionic. I tried using the Google’s developer tools for the same. When i perform heap dump and try tracing any Constructor value, I get there is a Detached DOM tree is present but when…
1
vote
1 answer

Check render cost of image-rendering style with Google dev tools

I want to see the performance cost of setting the style image-rendering: -webkit-optimize-contrast for an image in a complex web page. I know Google Developer Tools' Performance tab is powerful... but the documentation is very general, and it's…
crenshaw-dev
  • 7,504
  • 3
  • 45
  • 81
1
vote
2 answers

Is it possible to backup all the files under chrome/developer tools/sources?

I loaded a site and checking developer tools I can see a lot of folders and files under the Sources section, aunder a folder called top. Is there a way or extension to help me copy all those folders and files to my hard drive? Even if it's a third…
mickael
  • 2,033
  • 7
  • 25
  • 38