Sunday, 15 July 2012

Any ways of referencing javascript project in a c# project for windows store apps? -



Any ways of referencing javascript project in a c# project for windows store apps? -

is there way reference or open page in windows store app built using javascript template c# project template?

ui c# , javascript apps aren't able interact 1 straight on project level. although can create windows runtime component in c# or c++ , utilize javascript app, there still isn't ability share ui.

the want host html/css/js in c# app through webview control. can interact javascript in webview via invokescriptasync method, , js can raise events through window.external.notify, js won't have access winrt apis javascript app does.

one app can launch another, of course, through either file or protocol association, that's different matter building different parts of single app different technologies. within scope, js app can 1 time again utilize non-ui winrt components, , c# app can host webview. options.

c# windows-store-apps winjs

No comments:

Post a Comment