-
Notifications
You must be signed in to change notification settings - Fork 13.5k
fix(deeplinker): account for base href in deep linker #12941
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
thanks @Khalid-Nowaf fixes #11745 fixes #11211
When `Tabs` are nested within each other, the highlight can get misaligned. This prevents that by ensuring the affected `.tab-highlight` is a direct child of the targeted `Tabs`.
…tabs * wip * wip * progress * wippy skippy * getting there * all tests passing except goBack * unit tests pass again boi * goBack tests pass * great success * the good stuff
* feat(cordova): add ios11 safeAreaInsets support * feat(cordova): ios11 padding mixin * chore(dependencies): go to angular 4.1.3 * chore(build): temporarily disable git pull and status from master as part of build * fix(sass): add a mixin for the safe-area-padding * style(sass): fix sass lint errors * style(): tabs, footer, content changes * fix(): lint * style(sass): fix sass linter error * refactor(footer): use safe area for all modes * fix(tabs): increase font-weight of tabs for iOS 11 * style(): fix content padding and sizing * style(sass): fix linter and remove unused vars * style(): actionsheet, toast, header updates * fix(): sass lint * chore(): backout release changes * chore(): update to lastest master
Added @danbucholtz as a reviewer to have a look at this and respond one way or another for our |
@danbucholtz any update on this? |
Hello and thank you for contributing to Ionic! We have been working on porting all of the Ionic components to web components and have recently updated |
This PR has been resubmitted for the |
use APP_BASE_HREF when generating urls from within deep linker
fixes #12983