question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

HTML Report: support deep linking

See original GitHub issue

For web.dev, we have the request for users to be able to deep link into sections of the HTML report. Each section, currently has an id=AUDIT_NAME, but loading the report does not always scroll properly to that section during page load or the section is hidden under by the top fixed banner. Also need to expand the details element when users are deep linking into a section.

Example: https://lighthouse-dot-webdotdevsite.appspot.com/lh/html?url=https://ericbidelman.com#errors-in-console

Items to handle:

  • include ids on all audit line items
  • detect anchor target on page load and delay (smooth) scroll to section. Include offset so section isn’t hidden under top nav.
  • auto-expand the audit’s details dropdown so users can drill right in.

b/119882633

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

2reactions
brendankennycommented, Nov 27, 2018

Does web.dev include report-ui-features.js? If so, take a look at #5915 and see if it fits what you need 😃

1reaction
patrickhulcecommented, Nov 27, 2018

Sounds like you want #5915 😃

Read more comments on GitHub >

github_iconTop Results From Across the Web

What is deep linking and why are deep links important? | Adjust
Deep links are a type of link that send users directly to an app instead of a website or a store. They are...
Read more >
Create Deep Links - Oracle Help Center
Create deep links in your analytics that let you navigate from an analysis to specific attributes and objects in your transactional pages to...
Read more >
Deep linking in 2022: Everything you need to know - AppsFlyer
Deep linking doesn't have to be confusing! Find out all you need to know with this new, comprehensive deep linking guide.
Read more >
Deep Linking to In-App Content - Braze
Braze does not support using a wrapper like Flutter to send deep links. To use this feature, you will need to configure deep...
Read more >
Create Deep Links to App Content - Android Developers
However, it actually supports those two, plus these: app://www.example.com and https://open.my.app . Caution: If multiple activities contain intent filters that ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found