click button but no response in CefSharp application

I have built a wix page that has a button

  • from browser browse this page : No problem. Click this button can jump to next page
  • from winform application that use CefSharp (chromium embedded framework c#) browse this page : click this button but no response. We capture the error log and find below wix error message

TypeError: s.wixCodeBootstrap is not a function
at n.wixCodeNamespacesAndElementorySupportSource ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:161662 )
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:161759
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:113525
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295363
at Array.forEach (native)
at https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295336
at Array.every (native)
at o ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295301 )
at Object.handle ( https://www.campaign.viveport.com/_partials/wix-bolt/1.2178.0/node_modules/santa-wix-code/dist/wixcode-worker.js:17:295903 )

Any help would be appreciated

It appears that CefSharp does not provide a compatible browser for Wix Sites. See the article on Compatible Browsers for more information.

This forum is dedicated to Wix Code. For questions that are not related to code you can contact the Wix support team . You’ll get better help for your problem there.