Possible to run chrome or chromium headless browser on iOS?

Does anyone know if it is possible to run chrome or chromium headless browser on iOS or React Native?

Ideally would want to get Puppeteer running

Post your question on the respective Google developer forum. Chrome is not an Apple product; hence, there are no Apple APIs to do such.

No, it is not possible to run Chrome or Chromium headless on iOS, because there are no real browser on iOS except Safari, rest of the "browsers" are using WKWebView to render HTML content. We might help you to solve your problem in another way if you give us a bit more context: why do want to run Puppeteer inside WebView?

Possible to run chrome or chromium headless browser on iOS?
 
 
Q