Search results for

İOS 26 beta battery %1

250,946 results found

Post

Replies

Boosts

Views

Activity

iOS 26 Beta bug - keyboard toolbar with bottom safe area inset
Hello! I have experienced a weird bug in iOS 26 Beta (8) and previous beta versions. The safe area inset is not correctly aligned with the keyboard toolbar on real devices and simulators. When you focus a new textfield the bottom safe area is correctly placed aligned the keyboard toolbar. On real devices the safe area inset view is covered slightly by the keyboard toolbar, which is even worse than on the simulator. Here's a clip from a simulator: Here's the code that reproduced the bug I experienced in our app. #Preview { NavigationStack { ScrollView { TextField(, text: .constant()) .padding() .background(Color.secondary) TextField(, text: .constant()) .padding() .background(Color.green) } .padding() .safeAreaInset(edge: .bottom, content: { Color.red .frame(maxWidth: .infinity) .frame(height: 40) }) .toolbar { ToolbarItem(placement: .keyboard) { Button {} label: { Text(test) } } } } }
1
0
331
3w
Reply to iOS 9 beta 5 heat up iPhone
iI've been impressed by battery life in previous betas, but so far Beta 5 on my 5S is suffering from the same issues as described - rapid battery loss and excessive heating just doing simple tasks.The battery % seems off too - it jumped from 17% to 1% in a minute, then lasted another 30 minutes at 1% streaming over 3G. im going to try turning off WiFi assist, then network settings and I'll report back.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’15
Reply to Using Pencil with iOS 10 beta 1
Same issue with iOS 10 Beta 4. The pencil worked fine under Beta 1 through 3. I tried rebooting, re-pairing, restoring iOS 10 beta 4 from iTunes, a new tip on the pencil. The pencil pairs, the battery level is displayed in notifications, but no recognition on the iPad pro 12.9. The Notes.app is also very slow, and crashes within 1-2 minutes, even after reloading Beta 4 via iTunes restore. I'm going to stop by an apple store to see if my pencil works with another ipad pro.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’16
iOS 18 and iPhone 12 battery
Hi ! On my iPhone 12 Pro with iOS 18, I don't know why but I have problems : The battery go fast down I can't charge full, I can only charge 80% of the battery The % are not realistic and funny I show my battery level 30%, I want to change the song and what 18% ??? This night I downgrade to iOS 17.5.1 and the battery is fine again I can charge to 100%. A bug on iOS 18 ???
2
0
1.2k
Jul ’24
ReplayKit Issue on iOS 26
When previewing the recording of gameplay the buttons to exit or save are unclickable behind the top bar clock and Wi-Fi/5G status bar. Which means that you have to quit the game in order to continue. Tested on multiple devices. Does anyone have a solution to this? At the moment we have disabled it altogether for iOS 26 users.
0
0
71
19h
Reply to Keyboard dismissal not animated
Could you test if you can reproduce the issue using iOS 26 beta 8 (23A5330a). If you are able to reproduce the issue in iOS 26 beta 8, please open a bug report, includet the sample code and post the FB number here once you do. Bug Reporting: How and Why? has tips on creating your bug report.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
3w
Reply to hidesBottomBarWhenPushed in iOS 26
Well, as it turns out, this issue was fixed in iOS 26 dev beta 4. I was testing on the simulator (using Xcode 26 beta 4) and it was still broken. When I launched Xcode this morning, it said that the iOS 26 simulator hadn't been downloaded yet so I assume that meant that the 26.0 b4 simulator wasn't yet available for download when I installed Xcode 26 b4 so the simulator I was using must've still been iOS 26.0 b3! After updating the simulator to b4 and running the app again, this issue with the tab bar has indeed been fixed.
Topic: UI Frameworks SubTopic: UIKit
Jul ’25
iOS 26 - TabView "Split" Question
Hello, I am currently trying all of the new features in iOS 26, including some of the new API's. However, there's one question I am not sure of. In the Build a SwiftUI app with the new design video, there is one section where they show off the Apple Music TabView with one section containing the tabs on the left and the search tab on the right. The scroll down feature I was able to implement. The tabs being split, I have no idea how to do that. How can I do that in SwiftUI?
Topic: Design SubTopic: General
0
0
68
Jun ’25