ekkesSHAREexample
ekkesSHAREexample copied to clipboard
ekkes Share Example APP: Share files on Android and iOS
Support Qt6
Good afternoon, great library and great project! But when will there be QT 6 support? It is very urgent now. There are already attempts to create such a library, but...
Hi, First, thank for this repo, the code is very neat and the explanations of qt blog are nice. I have had problem on Android 13 (specifically on Samsung device,...
Hey @ekke! I wonder if you've found any solution for this issue: ``` // WIP - trying to find a solution to survive a 2nd onCreate // ongoing discussion in...
Update to Qt 5.15.0 - Android version
This fix warning messages for build with clang (android): ``` In file included from shareutils.cpp:12: ./androidshareutils.hpp:17:10: warning: 'checkMimeTypeView' overrides a member function but is not marked 'override' [-Winconsistent-missing-override] bool checkMimeTypeView(const...
Thanks a lot for sharing the solution regarding opening files on Android. It helped me a lot. I found a solution which works at least for me regarding opening files...