alekop

Results 13 issues of alekop

http://codepen.io/anon/pen/kHIGi

The `SectionModelType` protocol initializer takes an array of items. My data source is a `LazyCollection`. Is there a way to lazy-load items in a section, without enumerating all of them?

cordova-ios 6.2.0 I followed the instructions at (https://cordova.apache.org/docs/en/11.x/guide/platforms/ios/webview.html) on embedding a Cordova Web view into a Swift project. I used Carthage, and added the xcframework to my project. It all...

Native SwiftUI app with embedded Cordova Web view. Loads fine using the file scheme, but I would like to use a custom scheme in order to establish a secure context....

… is important in Swift projects, where you cannot use prefix headers. ### Platforms affected iOS ### Motivation and Context Cannot add plugin to Swift-based project with embedded WKWebView, because...

Nice work! Any suggestions on how to preload when creating a Web view dynamically, e.g. in response to `window.open()`? I'm loading third-party content, so I don't know if/when the content...

This is probably a dumb noob question, but I'm getting an unrecognized selector when calling from Swift. `myScrollView?.floatingHeader = headerView`. Also tried explicitly getting the selector: `myScrollView.perform(#selector(setter: UIScrollView.floatingHeaderView), with: headerView)`....

The latest tag 1.2.0 is outdated. Can we bump this to include the latest changes?

Is there a way to fetch a specific commit? I tried: plugman install ... --plugin cordova-plugin-keyboard#1234 plugman install ... --plugin https://github.com/cjpearson/cordova-plugin-keyboard#1234 but they all "Failed to fetch plugin from registry".

# Bug Report ## Problem ### What is expected to happen? When the `-www` option is used, plugins should be installed in the given directory instead of the default `/cordova/plugins`...