javascript - Cross-platforms WPF application with WebBrowser -
i'm looking best way develop cross-platforms (windows, ios, android) wpf application embedded webbrowser. should load html/javascript page , allow communication between javascript , c#, in both side.
i can use xamarin, "web browser object" each os. communication c# -> javascript can implemented differently each os.
however, communication javascript -> c# should stay same. how can use c# methods without using "window.external" (specific wpf webbrowser) ? possible without using framework phonegap ?
thanks
"wpf" acronym windows presentation foundation, technology part of .net framework , built upon core windows components such directx.
it not work in other platforms except windows (the full, desktop version of windows). doesn't run in rt version of windows can find in portable devices such tablets.
if need cross-platform app, either use web technologies (html + javascript) or use product xamarin build native apps on different platforms while sharing common code (application logic, data access, etc).
wpf not cross-platform.
Comments
Post a Comment