No Description

WebBridge.cpp 465B

123456789101112131415161718192021
  1. #include "pch.h"
  2. #include "WebBridge.h"
  3. using namespace WebViewBridge;
  4. using namespace Platform;
  5. // https://docs.microsoft.com/en-us/windows/uwp/winrt-components/create-a-windows-runtime-component-in-cppwinrt
  6. // https://github.com/microsoft/react-native-windows/blob/0.59-legacy/current/ReactWindows/ReactNativeWebViewBridge/WebViewBridge.cs
  7. WebBridge::WebBridge(int64 tag)
  8. {
  9. //winrt::hstring w{ L"Hello, World!" };
  10. }
  11. void WebBridge::PostMessage() {
  12. }