Vice

Results 67 comments of Vice

``` {this.pdfView = pdf;}} path={this.state.pdfLocation} onLoadComplete = {(pageCount)=>{ this.pdfView.setNativeProps({ zoom: 1.5 }); }} pageNumber= {1} style={styles.pdf}/> ```

Don't forget to make libRNPDFView.a in your linked librairies

Same problem here, any idea?

Hoo sadly, But it's an awesome feature for Android anyway See you around Regards,

Furthermore, I would like to add that: When we change the source of an embedded Image on each items, the scrolling performance on iOS decreases drastically. As most layouts nowadays...

#### Related to this Xamarin.forms issue [[Bug Android] Scrolls conflicts with ScrollView(s) (CarouselView, CollectionView, ListView) #9315](https://github.com/xamarin/Xamarin.Forms/issues/9315)

Many Android layouts could not be done with this issue. Touch events should be the same behavior as default iOS. Touch event must be consume by the deepest children, first....

Border within a CollectionView appears to have a default BackgroundColor animation. This seems to be related to this issue. This can be observed at the bottom of the CollectionView, where...

I think we need to Unify MoveToRegion and ZoomLevel on iOS and Android so they will get the same behaviours. like Xamarin.Forms.Maps Do.