react-native-webview: Could not signal service com.apple.WebKit.WebContent
Bug description:
While running webview on IOS i am getting warning message Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service and while submitting to Appstore also i am getting webview deprecation warning.
code:
import {WebView} from 'react-native-webview';
<WebView source={{ uri: url}} style={{ marginTop: 0}} />
Environment:
- Platform: IOS
- react-native version: ‘0.62.2’
- react-native-webview version: ‘10.2.3’
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 15
- Comments: 16
still searching for solutions …
same issue here
Still searching for solutions, facing the same issue
May I ask why this was closed? I am facing this same issue, and changing my url from
httpstohttpdoes not solve the problem. Clearly others are facing the same issue.I too am facing this issue… Webview runs well on Android but on iOS it doesn’t even open… Any solutions for this? Getting the error “Could not signal service com.apple.WebKit.WebContent: 113: Could not find specified service” on Xcode logs.
still on-going. usually happen when react-navigation navigate back from a screen that had a webview
+1
+1
+1
still searching for solution
this issue sometimes occurs
Same issue here.
Running into the same issue. Is this stackoverflow thread useful?
Do you have any news?