HTML Report: support deep linking
See original GitHub issueFor 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.
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:
- Created 5 years ago
- Comments:6 (5 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Does web.dev include
report-ui-features.js
? If so, take a look at #5915 and see if it fits what you need 😃Sounds like you want #5915 😃