Skip to content

Commit

Permalink
Merge pull request #5 from ssjsamir/updateeample1
Browse files Browse the repository at this point in the history
Fix example
  • Loading branch information
hansemannn authored Oct 15, 2018
2 parents 1585a0b + 2073f1f commit 979ca7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ btnOpenDialog.addEventListener('click', function () {
WebDialog.open({
url: 'https://appcelerator.com',
title: 'Hello World',

// iOS 10+
tintColor: 'red',
barColor: 'green',
Expand All @@ -33,4 +33,4 @@ WebDialog.addEventListener('close', function (event) {
console.log('close: ' + JSON.stringify(event));
});

nav.open();
win.open();

0 comments on commit 979ca7a

Please sign in to comment.