We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1585a0b + 2073f1f commit 979ca7aCopy full SHA for 979ca7a
example/app.js
@@ -14,7 +14,7 @@ btnOpenDialog.addEventListener('click', function () {
14
WebDialog.open({
15
url: 'https://appcelerator.com',
16
title: 'Hello World',
17
-
+
18
// iOS 10+
19
tintColor: 'red',
20
barColor: 'green',
@@ -33,4 +33,4 @@ WebDialog.addEventListener('close', function (event) {
33
console.log('close: ' + JSON.stringify(event));
34
});
35
36
-nav.open();
+win.open();
0 commit comments