mirror of
https://gitee.com/shuto/cordova-plugin-file-opener2.git
synced 2025-01-31 12:02:49 +08:00
Manually merging #32
This commit is contained in:
parent
ccd34cb42f
commit
0857ecd6f8
@ -45,7 +45,6 @@
|
||||
|
||||
getFile(path).then(function (file) {
|
||||
var options = new Windows.System.LauncherOptions();
|
||||
options.displayApplicationPicker = true;
|
||||
|
||||
Windows.System.Launcher.launchFileAsync(file, options).then(function (success) {
|
||||
if (success) {
|
||||
|
Loading…
Reference in New Issue
Block a user