filipraj
filipraj
Ok so after spending a bit of time here, the idea is to prevent scrolling navbar if search bar is visible. What I did is next in ScrollingNavigationController - added...
Just found out there could be setting `self.navigationItem.hidesSearchBarWhenScrolling = false;` in this case fix doesnt work and quick solution might be to just ignore new code (checkSearchController method returns true...
session cookies are default approach on web. we need this fixed for web.
file filter works for me for both drag&drop and file picker. hint: supported mime files are set directly in pickFiles() function like: `_controller!.pickFiles(mime: supportedDocumentsMimeTypes)` additionally, on leave also works for...
@GioPan04 I disagree. I tested, in android studio debugger gets disconnected after ~35 sec but in xcode it didn't disconnect even after 2 minutes (didn't continue to stopwatch further). Also,...
@TahaTesser You can start a new flutter project to test this, I don't need to provide any code sample. Unfortunately, I cannot upgrade to latest stable at the time being....
any news on this?
App developers will usually miss this (unless encountered this issue before), thus newly released apps will not work when user has system configured proxy settings. Only after app starts getting...