Nedim Erkocevic
Nedim Erkocevic
Just to pitch in. I keep getting the same exact exception on my Macbook Pro running Catalina 10.15.4. I type in my iCloud credentials, get a warning that it will...
Nope, no luck. Will try and find some time to clone this repo and debug a little, to see if I can find a hint to why it’s crashing
@sebj Did you have to change the "Bundle Identifier" to something else? I decided to debug the AltServer instead. And it appears to be crashing when "fetchingCertificates". From the looks...
Yeah I also found out that I only need unc0ver, so I just signed that with my cert and sideoaded it, no need for AltStore :-)
Yeah this only works on iOS, use property `autoPagingInterval`. It has to be higher than 0 in order to work.
Maybe in the future. Currently we are focused on porting the plugin to NS v3.x
Provide more info please. What version of Carousel plugin are you using and platform/core-modules version as well.
Plugin supports only horizontal scrolling. I don't have any plans on adding vertical scrolling, as it would take time and I don't have a use case for it. But PR's...
I think the Android ViewPager supports it, if I am not mistaken, so that's something we would just do directly in the wrapper code. But the iOS part is based...
Can you provide some more proof that the plugin uses specifically UIWebView APIs? I cannot seem to find any. The plugin does utilize UIKit (UIView and UIImageView), but there are...