It falls when it is less than iOS9.
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
iOS9 or less environment:
It falls because the property which can not be used in iOS9 or less is implemented.
Example of correction content:
https://stackoverflow.com/questions/46423645/mediaplaybackrequiresuseraction-deprecated-and-ios-9
https://github.com/manakamic/unity-webview/blob/fix/ios_wkwebview_mediaTypesRequiringUserActionForPlayback/plugins/iOS/WebView.mm
https://github.com/manakamic/unity-webview/blob/fix/ios_wkwebview_mediaTypesRequiringUserActionForPlayback/plugins/iOS/WebView.mm#L154-L162
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting plugins/iOS/WebView.mm, especially the referenced lines 154-162, and compare them with the linked correction example. Confirm the unavailable property is handled for iOS 9 and earlier, then verify that the web view no longer falls in those environments.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- objective-c, unity
- Domain
- mobile-dev
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100