-
Notifications
You must be signed in to change notification settings - Fork 315
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
makes try hab work on mobile - now the keyboard should pop up
Signed-off-by: Ryan Keairns <[email protected]> Pull request: #716 Approved by: smith
- Loading branch information
Ryan Keairns
authored and
jtimberman
committed
Jun 12, 2016
1 parent
409b898
commit 9c5624c
Showing
5 changed files
with
44 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
= link_to "/try/#{current_page.data.step + 1}", :class => "disabled button cta" do | ||
= link_to "/try/#{current_page.data.step + 1}", :class => "button secondary" do | ||
= yield |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
#shell-panel | ||
/! input trigger for displaying mobile keyboards | ||
textarea id="mobile-keyboard-trigger" autocapitalize="off" autocorrect="off" | ||
|
||
#shell-view | ||
= yield |