TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Sajith kumar
NA
2
1.9k
How to open launch UWP app from another UWP app on win 10?
Aug 7 2018 1:09 AM
My requirement:-
If I have two UWP apps created using HTML and javascript, How to launch one UWP app from another it's for windows 10.
i created a blank app an tried to perform this but it's not working
$(document).on('click', '.openDPPA', function () {
var options = new LauncherOptions();
options.TargetApplicationPackageFamilyName = "DPPAApp_ehke6zp0mbebr";
await Windows.System.Launcher.LaunchUriAsync(new Uri("test2-app2app"), options);
});
Reply
Answers (
0
)
C# Tab control in web page
How to Print Report in DotMatrix Printer?