-
in iOS, use this function.
```
FlutterUserAgent.getPropertyAsync('packageUserAgent');
```
get followed value
```
/1.1.0.59 CFNetwork/1125.2 Darwin/20.2.0 (iPhone/11 iOS/13.4))
```
What is …
-
When auto-rotation is disabled in portrait mode, placing device horizontally and tapping somewhere to focus causes preview layer to rotate. I did fix that by replacing this code:
```
if let connec…
-
```
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…
-
Hi,
For the installation of this Library, ReadMe suggest in Step 4 to add header search paths for RNIsDeviceRooted.xcodeproj. Location suggest `react-native-is-device-rooted/ios/Pods/Headers/Public…
-
I have confirmed that one portion of the snippet recommended in the docs for AppDelegate prevents iOS from repainting on rotate. Specifically:
```
while ([[UIDevice currentDevice] isGeneratingDevi…
-
`UIDevice.udid()` returns incorrect udid. I've checked it on Apple Developer (Add Device).
-
Rare bug: different orientation.
This bug make the selection indicator do not change - fuction moveSelectionIndicator(_:) is not called
`UIApplication.shared.statusBarOrientation.isPortrait` & `UID…
-
I have two components. One of them (B) locks to portrait and the other one (A) -- to landscape right.
### To reproduce:
1. Load A
2. Rotate the device to portrait
3. Click a button to make it …
-
```
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…
-
hi
i'm using v8
but when i want build my project, i get this error:
`Undefined symbol: _OBJC_CLASS_$_UIDevice`