Hans Knöchel
Hans Knöchel
Hey there, does someone know how to handle clicks on links inserted to the editor? There does not seem to be a public API for this right now. Thanks in...
This pull requests adds support for iOS 13+ dark mode while maintaining full backwards compatibility - by using CSS media queries. Should fix #134. To build with Xcode 11, I...
## Checklist - [x] I've updated to the latest released version of the SDK - [x] I've searched for existing feature requests on [GitHub issues](https://github.com/facebook/facebook-android-sdk/issues) - [x] I've read the...
Hey there! This pull adds a new setting to toggle if the scan window (`ScanWindowController`) should be shown on login. In addition to the "start at login" functionality, this one...
Hi there, the `implementation 'com.android.support:design:29.0.0'` does not exist (it was superseded by Android X after v28). Can it be removed?
There is a possible crash when loading images in a very early stage of the application lifetime: ``` [ERROR] TiExceptionHandler: (main) [17,95396] /alloy/controllers/settings/index.js:367 [ERROR] TiExceptionHandler: Error: You cannot start a...
Hey @AndreaVitale! I can reproduce your performance bug now as well. What should we do?
Starting with iOS 14, image permissions are managed through `PHPhotoLibrary.authorizationStatus(for: .readWrite)` (like correctly being used already, yey!). A good improvement in user experience could be to check the current authorization...
This improves the trigger time of the event by ~ 500ms which helps a lot to further improve the UI updates that consume this event. Test case: ```js const myTemplate...
Fixes https://github.com/tidev/titanium_mobile/issues/13246