Jakub Sz

Results 9 comments of Jakub Sz

Do you have good news for us? @rbro112

Jonas, can you give me more details, because I don't understand you solution. Is this proper solution or workaround for bug in library?

I solve this by checking translation ``` swipeFlingAdapterView.setOnItemClickListener(new SwipeFlingAdapterView.OnItemClickListener() { @Override public void onItemClicked(int itemPosition, Object dataObject) { if(swipeFlingAdapterView.getSelectedView().getTranslationY() == 0) { showProduct(); }; } }); ``` IMO anyway it's...

We don't have the possibility to provide custom screenshots for iOS either, do we?

What about a thumbnail picker? Can we configure `VideoEditor` to be a picker for the single frame?

Getting that error when trying to run the app with this PR's version of dio-http-cache ``` ../../.pub-cache/git/dio-http-cache-b68b588030a403b17ffcaef011006e71d89fe84c/lib/src/manager_dio.dart:36:22: Error: The argument type 'dynamic Function(RequestOptions)' can't be assigned to the parameter type...

I've tried the solution with `body { pointer-events: none; }` and it doesn't show the context menu anymore. However, the problem now is that the big play youtube button isn't...

Unfortunately, the above javascript works only on Android devices, not iOS. Does anyone have an alternative solution?