Roland van der Linden

Results 12 comments of Roland van der Linden

For anyone else running into the same problem: setting `fillViewport` to true on the scrollview may resolve the issue.

In case anyone looks into this issue: The selected dot never reaches the last dot. The other dots work as expected. This sort of makes sense, because if the width...

Without context this is a guessing game, but you may want to look into the activity's `launchMode` property as defined in the manifest. This property defines the apps view stack...

We have the same issue on v4.0.1. I'm currently using the fork below as a workaround, but this is far from ideal. I hope this issue can be resolved in...

I can confirm this issue has been resolved in v4.1.0 👍 Thank you @rmtmckenzie!

> https://constantsolutions.dk/2022/11/deferred-deep-linking-from-app-store-using-universal-links-for-ios-with-flutter/ @simplenotezy Thank you for taking the time to answer your own question about deferred deep linking. It helped me out!

I'm experiencing the same issue. Did you manage to resolve this issue @mezdn? **Code:** ``` fun configureVimeoClient(context: Context) { val configBuilder: Configuration.Builder = Configuration.Builder("MY_ACCESS_TOKEN") .setCacheDirectory(context.cacheDir) if(isDebug) { configBuilder.enableCertPinning(false) configBuilder.setLogLevel(Vimeo.LogLevel.VERBOSE) }...

For anyone else encountering this issue: It is most likely a problem with the url or ModelCallback model-object you are providing. The json issue most likely indicates the response does...

@iganinja Glad to be of help. Sorry about the missing _s_, it probably slipped in when converting project-code to example. Edited for future reference.

``` implementation "com.github.vimeo.vimeo-networking-java:vimeo-networking:2.0.6" implementation "com.github.vimeo.vimeo-networking-java:models:2.0.6" ``` Same issue. Using an access token from a PRO account with scopes `public private video_files`, I can retrieve a `Video` that contains a `download`...