Tariq

Results 9 comments of Tariq

I like this color scheme! And I don't think it's confusing, but I wasn't confused the first time around either :) There is a legend in the bottom right that...

It's fixed in the latest release, but it looks like the latest version available for Firefox is 1.1.13: ![no-updates-found](https://user-images.githubusercontent.com/646561/97368137-4d7b4b00-1878-11eb-8fa9-528884e06e9c.png)

Can you please provide more information? i.e. what device/OS version are you compiling for?

Based on the stacktrace, it looks like there are a few errors in the file `app/components/viewport/NavigationPager/index.js`...I can fix that now

I fixed all build issues that I experienced for Android; please try again and let me know if it's working now

I am not experiencing the error after compilation; that might be a caching issue after renaming the files...try ~downloading~ **deleting** the `./android/app/build` folder and recompiling. The yellow signs are mostly...

Sorry, I said "downloading" but I meant **deleting**; I updated my comment above.

The pane actually wouldn't open at all (for me) on

The version constraint in the main `README.md` is outdated, you have to update it to v3.x: Incorrect: `composer require omnipay/braintree:"~2.0@dev"` Correct: `composer require omnipay/braintree:"~3.0@dev"` This is a duplicate of #42