Obare Geoffrey
Obare Geoffrey
> Looks like there's no support in Safari: > https://developer.mozilla.org/en-US/docs/Web/API/ScreenOrientation/lock > > But we can always add this in... Any progress yet?
For anyone with the issue, use the sandbox link [Live Example Link](https://codesandbox.io/s/27ib5)
> I solved it by using `rn-fetch-blob` package to get access the internal storage. That library does not have background access, unless you were to able to. Would you mind...
They won't. That's why they are password protected. Am using private Vimeo videos and i have to use an Api to get the video links with tokens to use
> @CodeDruid13 Thanks for your reply, much appreciated. Sorry I'm new to using Vimeo links, are you saying I can use vimeo links with passwords if I access the Vimeo...
For anyone running into the [next-sitemap] TypeError: routes.filter is not a function at Object.additionalPaths error, I updated the code to ```javascript const glob = require("glob"); const siteUrl = process.env.NEXT_PUBLIC_PROD_URL ?...
For any one else in future `int currentIndex;` `void changePage(int index) {` ` setState(() {` `currentIndex = index;` `}); }` This returns the page you want--> Could be a Future,void...