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