Skip to content

Commit d76dc75

Browse files
committed
Update welcome.html
1 parent 6b5d9ab commit d76dc75

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

example/DemoApp2/www/pages/welcome.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,13 @@
5252

5353
$("button").one("click", function() {
5454
$('#image').fadeOut(function() {
55-
screen.unlockOrientation();
55+
// https://github.com/yoik/cordova-yoik-screenorientation
56+
// screen.unlockOrientation();
5657
loadPage("step1");
5758
});
5859
});
5960

6061
// https://github.com/yoik/cordova-yoik-screenorientation
61-
///screen.lockOrientation('portrait');
62+
// screen.lockOrientation('portrait');
6263
});
6364
</script>

0 commit comments

Comments
 (0)