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.

[Bug] Add back "force expand" to dynamic top toolbar

See original GitHub issue

Because we’re now allowing a dynamic top toolbar again, we should add functionality to forceExpand the toolbar when the page is loading to prevent security vulnerabilities.

The reason this is not currently supported is because we’re using an AppBarLayout instead of a CoordinatorLayout (as using CoordinatorLayout had issues when switching between bottom, top fixed, and top dynamic I discussed with @pocmo).

We should create a TopBrowserToolbarBehavior (similar to this) and add its forceExpand function

┆Issue is synchronized with this Jira Task

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
severinrudiecommented, Dec 16, 2019

@AndiAJ the previous solution didn’t work when a link opened a new tab. We just merged a fix for that, would you mind retesting?

0reactions
sv-sdeiaccommented, Dec 17, 2019

Hello, I can confirm that this issue is fixed using the RC version 3.0.1 #13502255 12/16.

Devices:

  • Nexus 5 (Android 6.0.1);
  • Nexus 9 (Android 7.1.1);
  • Xiaomi Mi 8 Lite (Android 9);
  • Google Pixel (Android Q).
Read more comments on GitHub >

github_iconTop Results From Across the Web

Fix toolbar on small screen sizes and redesign ... - Drupal
On a mobile device, the toolbar extends vertically down the page, showing the top-level navigation by default (Content, Structure, and so on) ...
Read more >
WRAP_CONTENT not working after dynamically adding views
To solve that, I've written a static class that recomputes the sizes and forces the update of the layout for the views with...
Read more >
Build a Responsive UI with ConstraintLayout
Click Guidelines in the toolbar, and then click Add Vertical Barrier or Add Horizontal Barrier. · In the Component Tree window, select the...
Read more >
Auto Layout Guide: Working with Constraints in Interface Builder
For all three options, start by dragging your views and controls from the Object library onto the scene. Resize and position them as...
Read more >
13 Ways to Tweak Your Windows 10 Taskbar - PCMag
If the icons are too small, go back to the Taskbar settings and turn it off to return them to their larger size....
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