Andy Phillipson
Andy Phillipson
yeahstyle - your OP describes precisely the issue I have run into. Have you been able to get quota allocation? No matter what I try I can't get the UI...
Thanks for the quick response! I've done the same, I get the file system started but when I request quota I get zero back. A view of setup.. ``` `window.requestFileSystem...
I'm not using the cordova-app-loader so my solution will be different but I'm experiencing the same issue you reported; that the webview is not prompting for permission from the user....
`onProgressChange` shows that the index does change when progress reaches 50% (call `getCurrentIndex` inside `onProgressChange`). Setting state in `onProgressChange` seems to work well on device - not so good on...
It's a fair point. I've already turtled this lib into my stack and adding this small extension saves a lot of work having to extend other middleware libs. I may...
Here's a patch for this fix. ``` diff --git a/node_modules/react-native-calendars/src/expandableCalendar/index.js b/node_modules/react-native-calendars/src/expandableCalendar/index.js index bea00e0..bf92441 100644 --- a/node_modules/react-native-calendars/src/expandableCalendar/index.js +++ b/node_modules/react-native-calendars/src/expandableCalendar/index.js @@ -61,9 +61,11 @@ const ExpandableCalendar = forwardRef((props, ref) => { horizontal...
Any solution for this? @KusStar @maksimlya