wonday

Results 33 comments of wonday

Dimensions.get('window') seems not changed after app started. You can addLockListener(function(orientation)), and use static window width, height (remember when started) to calculate yourself. Eg. s_width = 1080, s_height = 1920 when...

Yes, has this problem. Anyone knows where cause this? I want to fix it, but I do not know how to fix it.

Confirm you phone landscape/portrait is locked or not. If locked, useOrientationChange will keep, but useDeviceOrientationChange will change.

The NPM version is the release version. GIT version is under development

参考这个思路: https://github.com/wonday/react-native-aliyun-push/issues/3#issuecomment-324867275

@Pingou you can use ```onLoadComplete``` to get current page, and ```onScaleChanged``` to get current scale and set ```page``` and ```scale``` when next initialization. but can not restore precisely position in...

可能是启动有点快,阿里云sdk还没初始化号,你在什么地方调用的getDeviceId(), 试试延迟一会儿调用看看呢?

It seems a problem of AndroidPdfViewer lib. https://github.com/barteksc/AndroidPdfViewer/issues/822