Search results for

İOS 26 beta battery %1

250,884 results found

Post

Replies

Boosts

Views

Activity

Using Previews causes a system crash on Xcode 26 Beta 4 and MacOS 26 Beta 4
Hey, I've updated to both Xcode 26 Beta 4 and MacOS 26 Beta 4. Both run super stable so far. However, every time I use Xcode Previews for a few minutes, the entire system freezes for a few seconds and then crashes and reboots. I'm trying to generate a system diagnosis (which it offers me after the reboot), but it seems to be stuck generating. It's hard to say what exactly causes the crash, unfortunately. But it happened multiple times after starting to use Xcode Previews. Anyone else has that problem? I've also filed a feedback for this: FB19013059 Cheers Dennis
11
0
610
Jul ’25
Battery drain iOS 14.2
I have an iPhone 7, was working just fine before updating to iOS 14.2, now battery drain is awful! Is there a bug in the update? A way to fix it? Or just want us with “old” iPhone models to be forced into buying a new one..... Thanks for your help!
5
0
887
Nov ’20
List reordering animation broken in iOS 26
just opened a iOS18 project in latest Xcode 26 (beta 7) and the list reordering animation is broken and jerky. on iOS 18 a change to one of the list items would smoothly move it to its correct place but in iOS 26 the items jerk around, disappear then pop up in the correct order in the list. I am using this to filter and sort the events if searchQuery.isEmpty { return events.sort(on: selectedSortOption) } else { let filteredEvents = events.compactMap { event in // Check if the event title contains the search query (case-insensitive). let titleContainsQuery = event.title.range(of: searchQuery, options: .caseInsensitive) != nil return titleContainsQuery ? event : nil } return filteredEvents.sort(on: selectedSortOption) } } is there a better way for iOS 26?
Topic: UI Frameworks SubTopic: SwiftUI
0
0
169
2w
iOS 9 battery life
Anybody else experiencing short battery life with IOS 9? My iphone 6 will not last 4 hours without a charger on it. I was getting great battery life with 8.4, it was even charging more than I was using with maps on and driving. IOS 9 will not last 4 hours with maps on and driving, even with the charger plugged in, that was the same with 8.3, not sure what happen but 9.0 went backward on battery life.
18
0
2.8k
Jun ’15
Reply to iOS 11 beta 3 decreased battery life
So far ios 11 beta 3 for my iphone 6s battery is much better now, than the prevous beta which i always tend to go back to ios 10.3.2 back then. and im using my phone for about a day now and seems stable and better battery life. that is what exprience now and im happy that i can use my phone with ios 11, previously on ios 11 beta 2 i exprience bad battery life which in full cycle and browsing through internet and facebook it will reduce immediately to 15% for 10 mins. which i tend to go back to ios 10.3.2.
Topic: App & System Services SubTopic: Core OS Tags:
Jul ’17
WKWebView crash on iOS 26 Beta with -webkit-user-select: none
On iOS 26 Beta, WKWebView consistently crashes when interacting with pages that use -webkit-user-select: none. This issue does not reproduce in Safari, but only when the same content is loaded inside a WKWebView. Steps to Reproduce: Install iOS 26 Beta. Open a WKWebView that loads a webpage with the following style applied globally: -webkit-user-select: none; Perform the following gesture sequence inside the WKWebView: Double tap anywhere in the web content. On the second tap, keep your finger pressed (do not lift). While still holding the second tap, drag your finger across the screen (pan). This sequence reliably produces the crash. Expected Result: No crash. The gesture should either be ignored or handled gracefully. Actual Result: The app crashes 100% of the time with the following exception: #0 0x000000013f1a0874 in __pthread_kill () #1 0x00000001357522ec in pthread_kill () #2 0x00000001801ad950 in abort () #3 0x00000001802fa26c in __abort_me
3
0
1k
Aug ’25
iPhone 7 iOS 11 beta 1 issues
I'm on an iPhone 7 running on iOS 11 beta 1 and noticed a number of issues that should be addressed ASAP.1) iPhone 7 crashes and goes into boot loop and the problem seems to be with my Vodafone UK sim card (when I remove it, the phone goes back to lock screen and works properly)2)The Bluetooth toggle in control center does not work3) brightness changes itself from time to time4) The battery life is appalling5) Lockscreen music widget glitchesPS : If anybody has a solution regarding the boot loop issue (other than removing my sim card) that would be greatly appreciated
3
0
1.4k
Jun ’17