alekop
alekop
I can't get this imported into a TypeScript+Webpack project... We need a .d.ts file.
I noticed that the web view is recreated: // re-create WKWebView, since we need to update configuration WKWebView* wkWebView = [[WKWebView alloc] initWithFrame:self.engineWebView.frame configuration:configuration]; Maybe SwiftUI is using the previous...
After two days, I am no closer to a solution. I've tried starting with a regular HelloCordova app, and removing CDV delegates to isolate the "magic", but the damn thing...
In LLDB, I can get the selector: `(lldb) p #selector(setter:(myScrollView.floatingHeaderView)) (Selector) $R0 = "setFloatingHeaderView:"` But... `(lldb) p myScrollView.perform(#selector(setter:(myScrollView.floatingHeaderView)), with: headerView) 2018-10-16 12:22:08.598233-0700 myapp[47655:11222566] -[UIScrollView setFloatingHeaderView:]: unrecognized selector sent to instance...
I don't know what the problem was, but I ported the code to Swift, and that worked.
Maybe I phrased it wrong, but my understanding of "can be any directory..." is that files will be copied to whatever directory you specify with the --www option. That's not...
@PrzemyslawCholewaDev, How do we know we won't be in a write transaction the next time the block is executed? I was expecting a check for `isInWriteTransaction`.
Hey Erik, Thanks for the quick turnaround! The syntax seems perfectly reasonable. I was a bit surprised that the files are not wrapped in quotes, but this would only be...
Thanks! At this rate, you'll end up writing a full-blown C preprocessor. ;) Speaking of which, I just thought of another useful feature... user-defined macros! //#ifdef DEBUG //#define LOG(msg) \...