Skip to content
This repository has been archived by the owner on Feb 4, 2025. It is now read-only.

Commit

Permalink
Updates Cordova sample app to use Wikitude SDK 9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
pnagele committed Feb 23, 2021
1 parent b7856ea commit fc051c7
Show file tree
Hide file tree
Showing 223 changed files with 98 additions and 1,608 deletions.
2 changes: 1 addition & 1 deletion SampleAppResources/js/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ var app = {
},
function() {
app.wikitudePlugin.showAlert("Failed to get the current device position.");
});
}, { enableHighAccuracy: true, maximumAge: Infinity, timeout: 5000 });
} else {
app.continueLoadingExampleARchitectWorld(example);
}
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,10 @@
opacity: 0.5;
}

#scanButton:focus{
outline: none;
}

@media screen and (orientation: portrait) {
#scanButton {
width: 15vh;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,13 @@ body {

@media screen and (orientation: portrait) {
#slider-container {
height: 7vh;
height: 8vh;
margin-top: 1vh;
}

#height-value-text {
width: 7vh;
height: 7vh;
width: 8vh;
height: 8vh;
}

#tracking-height-slider-container {
Expand All @@ -114,20 +114,20 @@ body {
}

.image-button {
width: 14vw;
height: 14vw;
width: 16vw;
height: 16vw;
}
}

@media screen and (orientation: landscape) {
#slider-container {
height: 7vw;
height: 8vw;
margin-top: 1vw;
}

#height-value-text {
width: 7vw;
height: 7vw;
width: 8vw;
height: 8vw;
}

#tracking-height-slider-container {
Expand All @@ -149,7 +149,7 @@ body {
}

.image-button {
width: 14vh;
height: 14vh;
width: 16vh;
height: 16vh;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -91,18 +91,18 @@ body {

@media screen and (orientation: portrait) {
#slider-container {
height: 7vh;
height: 8vh;
margin-top: 1vh;
}

#trash-button-container {
height: 7vh;
height: 8vh;
margin-top: 1vh;
}

#height-value-text {
width: 7vh;
height: 7vh;
width: 8vh;
height: 8vh;
}

#tracking-height-slider-container {
Expand All @@ -124,25 +124,25 @@ body {
}

.image-button {
width: 14vw;
height: 14vw;
width: 16vw;
height: 16vw;
}
}

@media screen and (orientation: landscape) {
#slider-container {
height: 7vw;
height: 8vw;
margin-top: 1vw;
}

#trash-button-container {
height: 7vw;
height: 8vw;
margin-top: 1vw;
}

#height-value-text {
width: 7vw;
height: 7vw;
width: 8vw;
height: 8vw;
}

#tracking-height-slider-container {
Expand All @@ -164,7 +164,7 @@ body {
}

.image-button {
width: 14vh;
height: 14vh;
width: 16vh;
height: 16vh;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ body {
bottom: 0;
left: 0;
width: 100%;
text-align: center;
display: flex;
justify-content: center;
}

#top-wrapper {
Expand Down Expand Up @@ -99,18 +100,18 @@ body {

@media screen and (orientation: portrait) {
#slider-container {
height: 7vh;
height: 8vh;
margin-top: 1vh;
}

#trash-button-container {
height: 7vh;
height: 8vh;
margin-top: 1vh;
}

#height-value-text {
width: 7vh;
height: 7vh;
width: 8vh;
height: 8vh;
}

#tracking-height-slider-container {
Expand All @@ -132,25 +133,25 @@ body {
}

.image-button {
width: 14vw;
height: 14vw;
width: 16vw;
height: 16vw;
}
}

@media screen and (orientation: landscape) {
#slider-container {
height: 7vw;
height: 8vw;
margin-top: 1vw;
}

#trash-button-container {
height: 7vw;
height: 8vw;
margin-top: 1vw;
}

#height-value-text {
width: 7vw;
height: 7vw;
width: 8vw;
height: 8vw;
}

#tracking-height-slider-container {
Expand All @@ -172,7 +173,7 @@ body {
}

.image-button {
width: 14vh;
height: 14vh;
width: 16vh;
height: 16vh;
}
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit fc051c7

Please sign in to comment.