breautek commented on issue #1301: URL: https://github.com/apache/cordova-ios/issues/1301#issuecomment-2743275136
> > Add the following preference to your config file: > > ``` > > <preference name="InspectableWebview" value="true" /> > > ``` > > > > > > > > > > > > > > > > > > > > > > > > and boom it should work > > amazing Just going to warn that there is an implication of using `<preference name="InspectableWebview" value="true" />` which will make **ALL** builds inspectable by the web inspector, including your release production builds. If you want to retain original behaviour (e.g. debuggable on debug mode, not-debuggable in release mode) simply leave the preference unset. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org