ktprograms

Results 97 comments of ktprograms

I was able to "fix" this with this diff: ```diff diff --git a/Odysee/Controllers/Content/FollowingViewController.swift b/Odysee/Controllers/Content/FollowingViewController.swift index dc67b83..e91881a 100644 --- a/Odysee/Controllers/Content/FollowingViewController.swift +++ b/Odysee/Controllers/Content/FollowingViewController.swift @@ -89,6 +89,8 @@ class FollowingViewController: UIViewController, UICollectionViewDataSource, UIC...

@tzarebczan Can't reproduce in the simulator, and I don't have a paid developer account so I can't test on-device.

I just tested, and I see two problems here. First, the `iframe`s with `odysee.com` or `lbry.tv` links aren't showing up, and I think it's because of not setting [`Content-Security-Policy: frame-src...

@tzarebczan How do you propose it should be fixed? Just remove the mature check from name/title/description?

What should `Ordering.explicit` be replaced with? If I'm not mistaken that's used for matching the order of claims from Lighthouse after running a `resolve` call.

> Does your described problem persist between launches No. Previously it should reset when opening another video but I think it's currently broken with the "No autoplay if already playing"...

@akinwale can you please see if you can figure this out? I think the problem is happening in https://github.com/OdyseeTeam/odysee-ios/blob/39bf1a5/Odysee/Controllers/Content/FileViewController.swift#L999-L1005, probably by `lazyPlayer` being used/changed somewhere else. Even moving [this block...

Sorry, sent a reply to the wrong issue

>can't get back into content from bottom miniplayer (clicking doesn't do anything, can't swipe up). It seemed to work once. >When in miniplayer mode and navigating back to same claim,...

>app reloading after accepting permissions to camera/audio when trying to go live I was able to reproduce it this morning, and the problem was exceptions in the Camera2Source within HaishinKit.kt....