markive
markive
Please see new PR where I have implemented setAllowFileAccess / getAllowFileAccess as a full Android property. Thanks!
@Xlinx64 @caspahouzer, sorry i'm not very Github experienced.. I think we are all good to merge, I've updated branch to merge latest changes.. Anything else I'm needed to do?
@caspahouzer ok I've reached out to Josh, thanks!
@caspahouzer please note I have signed the CLA, so as soon as I appear on the contributor list this can be merged. Thanks!
Yeah it seems close, but it can't project the `Select` to a TableInfo but the `GroupBy` does work.
@caspahouzer @m1ga I am now on the contributor list so I think all is in place, thanks! https://github.com/tidev/organization-docs/blob/main/AUTHORIZED_CONTRIBUTORS.md
Is there anything else I need to do? This is my first submission..
@m1ga I've retested it and it does work for me like this: ```JavaScript const win = Ti.UI.createWindow({}); const webview = Ti.UI.createWebView({ allowFileAccess: true, }); win.add(webview); win.addEventListener("open", function() { var assetFile...
Yes I have also been using this in production across 2 different apps for over 1yr, so that is many many full reviews and approvals with no issue.
See here: https://github.com/markive/NappPDFCreator