Skip to content

Commit

Permalink
added missing listOnSpotlight method on testbed for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jestoniyap committed Jan 26, 2016
1 parent cdaccef commit 9e536f1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions testbed/www/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,7 @@ div > * {
color: rgb(0, 255, 0); }
.error {
color: rgb(255, 0, 0); }

.android .spotlight-btn {
display: none;
}
1 change: 1 addition & 0 deletions testbed/www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
</div>
<div>
<button onclick="ShowShareSheet()">Share Sheet</button>
<button class="spotlight-btn" onclick="ListOnSpotlight()">List On Spotlight</button>
</div>
</fieldset>
</div>
Expand Down

0 comments on commit 9e536f1

Please sign in to comment.