#UIWebView
After some thorough testing & fixing, video feed timeline view on #SwabluDev seems working fine now on Mobile Safari.

When there're too many videos, they seem to hang on Mobile Safari, seemingly related to the HEVC decoder issues stackoverflow.com/questions/28...

Try it out swablu.pages.dev
MEDIA_ERR_DECODE on HTML5 video in iOS UIWebView after many plays
After playing around 20 short video clips (mp4's) in an HTML5 video control in a UIWebView in iOS, subsequent clips are failing with a MEDIA_ERR_DECODE. The thing is, is that I know the videos are...
stackoverflow.com
February 3, 2025 at 3:06 PM
WKWebView でなく UIWebView を使おうとするとでしょうか?
August 22, 2023 at 1:39 PM
And inside, a single NSLog();
Someone forgot to remove a debug print in the shipping binary! at some point this was a web app, running in a UIWebView... in fact Ken Kocienda and Richard Williamson mention this in their CHM interview www.youtube.com/watch?v=xImA...
November 18, 2024 at 5:02 PM
WKWebview is closer to a free-for-all as a generic web view that you can do whatever with. It's what Chrome/Firefox can use to build their browsers on iOS (outside EU now I guess). The big improvement for WK over old UIWebView was WK had JIT compiled JS where UIWV was interpreted JS engine only.
November 12, 2024 at 5:40 PM
Only if they're custom built on UIWebView/WKWebView (like Facebook does), if it's SFSafariViewController (the more standard one like in iOS Twitter) then it doesn't track you (it runs in a system process)
April 25, 2023 at 7:46 PM
A new AI review! ninjinkun/NJKWebViewProgress ⭐3.5/5.0
NJKWebViewProgress is a small, focused Objective-C library that provides a loading progress signal and optional Safari-style progress bar UI for UIWebView, implemented via a delegate/proxy app...
https://gitrated.com/ninjinkun/NJKWebViewProgress
August 22, 2026 at 6:37 AM
Yay, UIWebView bugs. Can’t set -webkit-overflow-scrolling to auto and then back to touch without the whole element flickering. :/
November 8, 2024 at 8:55 AM
One great thing about wrapping a UIWebView in a native app: 0 crashes so far in the ~2 weeks of beta testing (w/ 50 or so testers!).
November 8, 2024 at 8:55 AM
I've an IFRAME in an UIWebView that is insisting on being 24 pixels wider than I specify? Anybody run into this? <a href="http://t.co/05LDV9iYlc" class="hover:underline text-blue-600 dark:text-sky-400 no-card-link" target="_blank" rel="noopener" data-link="bsky">http://t.co/05LDV9iYlc
November 7, 2024 at 5:54 PM
@Jota @BrunoLvL a culpa era: UIWebView do Tweetbot. Safari foi. (E acho que fica mais legal com touch que com mouse)
February 3, 2025 at 11:18 PM
Using UIWebView is a sin.
December 13, 2024 at 10:12 PM
UIWebView はずいぶん昔に deprecated になってるので、WKWebView をつかうんですが、WKWebView って割と扱いづらくて UIViewRepresentable でラップするのが大変なんです。結局めんどくさくなって匙なげましたね。
August 22, 2023 at 1:43 PM
No third party, no searching for what some, yet another, new api does that someone else wrote. Just purely what the platform API says it does. Solution came from a SO not even related to NS because it never has to. NativeScript gives you the platform, just use it.
stackoverflow.com/a/15670274
How to prevent initial white flash when showing a UIWebView?
I use a UIWebView to show an "About" screen by displaying a bundled HTML file. My app's view hierarchy is: UITabBarController / UIViewController / UIWebView. The problem is that the HTML page has ...
stackoverflow.com
March 28, 2025 at 6:42 PM
Trying to determine the best way to auth a #monotouch app and then pass the auth to uiwebview to browse asp.net mvc site.
November 18, 2024 at 12:04 AM
Trying to determine the best way to auth a #monotouch app and then pass the auth to uiwebview to browse asp.net mvc site.
November 17, 2024 at 9:58 PM
UIWebView is the chubby weird kid of UIKit.
December 2, 2024 at 10:15 PM
More open source goodies for you today. Everyone writes their own UIWebView controller, so did I. https://github.com/mergesort/WebViewController
GitHub - mergesort/WebViewController: A simple web view c...
A simple web view controller, because everyone has their ...
github.com
December 1, 2024 at 6:09 PM
Anyone know if Chrome for iOS is using WKWebView or still UIWebView on iOS 8?
December 1, 2024 at 3:32 PM
A new AI review! Roxasora/RxWebViewController ⭐2.8/5.0
RxWebViewController provides a “WeChat-like” in-app browser experience: a `UIWebView`-based view controller that behaves more like a navigation stack, enabling swipe-back between page history ...
https://gitrated.com/Roxasora/RxWebViewController
March 28, 2026 at 2:43 PM
> Security levels vary on different devices
>
> Due to platform constraints, the Tor Browser has different levels of security. It’s officially accessible on Android, Windows, Linux, and macOS. However, it is unavailable for iOS devices because Apple requires that either the UIWebView or […]
Original post on tech.lgbt
tech.lgbt
January 6, 2026 at 9:25 PM
Is the iOS App Store still politically hostile to apps that just put everything in a UIWebView? Because this is like fundamental UX breakage, actual DOM UI would seem to me infinitely more desirable just to avoid this
September 23, 2023 at 9:31 PM