Access to an URL with datas in method POST doesn't work #3937
Unanswered
laurent0502
asked this question in
Q&A
Replies: 1 comment
-
Hey @laurent0502 - Can you see if the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I've a problem with WebView2. To summarize, I use webview2 in my C++ application. In the documentation of ICoreWebView2, I haven't seen a function "NavigateWithPostData" or something like that.
So, I tried with the function "Navigate" and then, in my "add_NavigationCompleted" listener, I tried :
m_controlsWebView->PostWebMessageAsJson(utils::stringToWstring(EdgeBrowser::_post).c_str());
where EdgeBrowser::_post is :
Yes, I have my webpage (it's a map) who displays well but I don't see the different markers on the map because the post datas do not work.
Can you help me please ? Can you propose a solution ?
Please help me.
Thank you
Beta Was this translation helpful? Give feedback.
All reactions