-
Hi! After update to iOS16, some functionallities dont work sometimes. The package will be updated?
Girum updated
5 months ago
-
+[UIDevice(WBSDKHelpers) getUniqueStrByUUID]:崩溃
我查到SinaSDK那边已经修复,这边需要多久跟进?
-
I have problem getting my program to run on the ios < 16 (on new versions it works fine), it crashes during SDL_VideoInit. It seems that check at SDL_uikitmodes.m:
https://github.com/libsdl-org/SDL…
Zamyk updated
4 weeks ago
-
There is a bug when you rotate the app from portrait to landscape, i've fixed it, but didn't send a PR.
adding this code should fix a little it:
```objective-c
- (instancetype)initWithFrame:(CG…
-
#### Description
Summary:
When running on an iOS 9.3 simulator, an app will return different values for
[[[UIDevice currentDevice] identifierForVendor] UUIDString]
This appears to be a simulator …
-
```
What steps will reproduce the problem?
1. Create a new, portrait only view controller, with an AdWhirlView using the
iAd network.
2. Wait for the first ad to load, then rotate the device to lands…
-
```
What steps will reproduce the problem?
1. Create a new, portrait only view controller, with an AdWhirlView using the
iAd network.
2. Wait for the first ad to load, then rotate the device to lands…
-
iPhone XS Max,iPhone XS,iPhone XR设备要添加一下,判断全面屏现在不能单纯的用isIphoneX了,还要考虑新的机型进来。
-
需改为如下
- (BOOL)canMakePhoneCalls {
static BOOL can;
static dispatch_once_t onceToken;
dispatch_once(&onceToken, ^{
can = [[UIApplication sharedApplication] canOpenURL:[NSURL UR…
-
Hi,
I'm trying to lock the screen on portrait mode. I applied every rule correctly according to
https://github.com/yamill/react-native-orientation
componentDidMount() {
Orientation.lo…