black-hawk85

Results 16 comments of black-hawk85

Glad if I could help :-) Just let me know when you have published so I can remove my modified code

Resolve is working now but reject is not

If I understood the patterns correctly isBearishSpinningTop shall return true if candle is red and isBullishSpinningTop shall return true if candle is green. Though I get some cases where both...

Not sure if this works but you can try using a key ```

Sharing my workaround with you. I'm using web-implementation of the Filesystem plugin. Don't know if it's a good solution but it helps solving my problem. ``` import { FilesystemDirectory, FilesystemEncoding...

Sharing my workaround with you. I'm using web-implementation of the Filesystem plugin. Don't know if it's a good solution but it helps solving my problem. ``` import { FilesystemDirectory, FilesystemEncoding...

@jcesarmobile I have made a small test with WebViewAssetLoader. Have enabled AndroidX like described [here](https://github.com/ionic-team/capacitor/issues/1937#issuecomment-586114932) (doesn't seem to make a problem by the way) and implemented the following test code...

Ya I saw the 502 message aswell while manually opening the URL. So means shall wait for few days n try again?

Yes, I also saw it. My temporary workaround is to make an offline gradle build in command line ``` ./gradlew assembleStagingDebug --offline ``` But I agree with you, it must...

Unfortunately still getting errors. Does your fork work with Capacitor 2?