livecodepanos

Results 23 issues of livecodepanos

This patch fixes the error: ``` Failed to open macho file at /../Xcodes/Xcode_12_5_0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang++ for reading: Too many levels of symbolic links ``` It seems there is a chance `g++` is...

bug
WIP
blocker

This patch ensures the compositorType property can be set to "none". Previously this enumeration value was set to read-only, thus an error was thrown when attempting to set the compositorType...

bug
WIP

This patch makes the validity check for Android custom fonts less strict. Previously the code was allowing only fonts that had specific values for `name_id`, `platform_id`, `encoding_id` and `language_id`. This...

bug
WIP

This patch fixes a crash when setting the startTime of a video on iOS

bug
WIP

This patch sets the minimum iOS deployment version to 9.0, to prevent an error when submitting an app built with Xcode 11.4+

bug

This patch fixes a crash/freeze when repeatedly setting the **same** filename in an iOS player. The patch ensures that two `AVPlayerItem`s are checked for equality correctly, so the rest of...

bug
WIP

Closes https://quality.livecode.com/show_bug.cgi?id=22416

bug
need-tests

This patch uses the `loadFileURL:allowingReadAccessToURL:` instance method of the WKWebView class to load a local html file. This fixes an issue with insufficient permissions on iOS 12 devices that prevented...

bug