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.

How to use with Ionic tabs?

See original GitHub issue

I would love to use this lib with ionic to preload our app routes but it seems that it is not working with the ionic tab component which is using router links internally.

<ion-tabs>
  <ion-tab-bar>
    <ion-tab-button tab="explore">
      <app-icon name="planet"></app-icon>
    </ion-tab-button>
  </ion-tab-bar>
</ion-tabs>

https://ionicframework.com/docs/api/tabs

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
mgechevcommented, Dec 25, 2020

Let’s keep the issue open for a bit to collect more feedback. I’m leaning towards keeping Ionic support outside of the scope of the project. Any new feature adds up to the production bundle.

0reactions
muuvmuuvcommented, Nov 25, 2020

Ohh, sorry, I thought with loaded it means that it will partially be executed. So just not rendered.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Ion-Tabs: Tab-Based Component for App Top-Level Navigation
Tabs are a top level navigation component to implement a tab-based navigation. The component is a container of individual Tab components. The ion-tabs...
Read more >
Ionic 4 Tabs Example From Scratch — Step by Step Tutorial
Go to tabs folder. Then create a new file under the tabs folder and name it as tabs.router.module.ts. And paste the below code...
Read more >
Ionic 5|4 How to Add Tabs Bar Navigation in Ionic Angular ...
The tab navigation is created by adding the ion-tabs having ion-tab-bar inside it which creates a tab bar on position defined in the...
Read more >
Ionic Tabs - javatpoint
We can access the Ionic tabs by using the standard <ion-tabs> component. This component works as a router outlet to handle navigation.
Read more >
Adding Tabs Navigation in Ionic 6 Angular Application
In Ionic Tabs are considered to be the top-level navigation component and helps to add tab-based navigation. The ion-tabs component is a router ......
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