4

We have a website that needs to be ported to mobile app. We have used react-native and the webkit view.

In the website, there is a play button that will open up a video. On Android, this works very well. However, it is not the same for iOS.

Please see error message

    Error Loading Page
  Domain: WebKitErrorDomain
     Error Code: 204
 Description: Plug-in handled load

Otherwise, the website looks good on iOS. On Android, the video opens and runs smoothly.

We have used this code in the app which is extremely simple.

<WebView
     source={{uri: 'http://www.domain.abc'}}
     bounces={false}
     scrollEnable={false}
   />

Any idea on how to fix this issue?

mokko211
  • 597
  • 2
  • 9
  • 25

0 Answers0