We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b5d9ab commit d76dc75Copy full SHA for d76dc75
1 file changed
example/DemoApp2/www/pages/welcome.html
@@ -52,12 +52,13 @@
52
53
$("button").one("click", function() {
54
$('#image').fadeOut(function() {
55
- screen.unlockOrientation();
+ // https://github.com/yoik/cordova-yoik-screenorientation
56
+ // screen.unlockOrientation();
57
loadPage("step1");
58
});
59
60
61
// https://github.com/yoik/cordova-yoik-screenorientation
- ///screen.lockOrientation('portrait');
62
+ // screen.lockOrientation('portrait');
63
64
</script>
0 commit comments