Skip to content
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

fix Try Habitat on mobile #716

Merged
merged 2 commits into from
Jun 10, 2016
Merged

fix Try Habitat on mobile #716

merged 2 commits into from
Jun 10, 2016

Conversation

ryankeairns
Copy link
Contributor

I discovered last night that I could not bring up the keyboard on my iPhone while on Try Habitat.
Research indicated that only true inputs will trigger the iOS keyboard, so this PR adds a transparent input. I tested it on the xcode iOS simulator for iPhone 5/6 and iPad Air 2 and it works, but we'll see what happens in the wild :)

I've also changed the Next button to look disabled but not actually be disabled since the current javascript we're using does not properly enable the button on mobile Safari.

Signed-off-by: Ryan Keairns [email protected]

@thesentinels
Copy link
Contributor

By analyzing the blame information on this pull request, we identified @cwebberOps, @magwalk, @juliandunn and @thommay to be potential reviewers

@@ -54,7 +54,7 @@ $main-nav-breakpoint: 710px;
}

.main-nav--logo {
@include grid-column(4);
@include grid-column(3);

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes some mobile nav styling issues where the button and links wrapped to second line.

@juliandunn juliandunn changed the title Rk/try hab mobile fix Try Habitat on mobile Jun 10, 2016
@@ -84,10 +93,12 @@ code {

a.active {
background-color: $hab-blue !important;
color: $white;
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somewhere along the way, the button text changed from gray to white - this overrides it to white for more contrast/readability.

@smith
Copy link
Contributor

smith commented Jun 10, 2016

giphy

@thesentinels r+

@thesentinels
Copy link
Contributor

📌 Commit e047632 has been approved by smith

@thesentinels
Copy link
Contributor

⌛ Testing commit e047632 with merge 0575701...

thesentinels pushed a commit that referenced this pull request Jun 10, 2016
Signed-off-by: Ryan Keairns <[email protected]>

Pull request: #716
Approved by: smith
thesentinels pushed a commit that referenced this pull request Jun 10, 2016
Signed-off-by: Ryan Keairns <[email protected]>

Pull request: #716
Approved by: smith
@thesentinels
Copy link
Contributor

☀️ Test successful - travis

@thesentinels thesentinels merged commit e047632 into master Jun 10, 2016
@juliandunn juliandunn deleted the rk/try-hab-mobile branch June 10, 2016 19:35
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: Ryan Keairns <[email protected]>

Pull request: #716
Approved by: smith
jtimberman pushed a commit that referenced this pull request Jun 12, 2016
Signed-off-by: Ryan Keairns <[email protected]>

Pull request: #716
Approved by: smith
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants