Search results for

“apple pencil battery life”

152,354 results found

Post

Replies

Boosts

Views

Activity

Reply to iOS 11 Battery Life
Yes I’m having a battery problems since the iOS 11.0.3 update . I have the iPhone 6s and my life phone be on 100% and dies and goes to 10% .. then I connect it to the charger and restart it and it goes to 100 again .
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’17
SwiftUI Text Editor Crash with Apple Pencil Long Press
Using Apple Pencil with SwiftUI text editor, when the user presses and holds in the middle of text already in the editor box a crash occurs. This is very reproducible even on this minimal example. import SwiftUI struct ContentView: View { @State private var text: String = The quick brown fox jumps over the lazy dog var body: some View { VStack { TextEditor(text: $text) .background(Color.init(red: 242, green: 242, blue: 242)) .border(.black) .frame(height: 200) } .padding() } } When tapping and holding somewhere in the middle of the sentence, for example on the word jumps the app crashes with an exception reading: Thread 1: NSTextContentStorage: Inconsistent element cache state. Elements for range {0, 43} are already cached while trying to insert The stack trace is: I have attempted to use the approach discussed in this post to make the underlying UITextView use TextKit 1, but could find no UITextView in the underlying UIView hierarchy. Any advice would be greatly appreciated.
2
0
1.9k
Jan ’23
Reply to Solutions for Better Battery Life on Beta 1 - Confirmed for Mult. Devices
Hi Batting1k, I understand your frustration. Even with these changes power management is not fully baked in this 1st beta, however you might want to try one more thing.1. Completely sign out of iCloud on the device and reboot the phone then attempt to use it normally. (observe battery life)2. Sign back into icloud and reboot the phone. (observe battery life) Please understand I am not promising that this will fix your problems but it's a necessary test to exclude possible causes. (My suspicion is much of this is iCloud / Data Sync related.)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to New iOS 9 beta 2
I thought that they released all betas on tuesdays last year, but I may be wrong. I hope they will release the new beta today, it really needs to fix the battery drain issue. I understand that with all betas the battery life get's a bit worse, but my iPhone 6 only lasts about 3 hours, with minimal use.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Problem after upgrade to iOS 14 beta version
I am having similar issues ever since updating to iOS 14.2. I have an iPhone 8 which I just got a new battery for, but my phone will either have slow response to me pressing the volume and on button, or it will randomly lag and freeze and crash, especially when I plug my phone in to charge after I noticed the random UI lags. The battery life will remain the same on my screen and in my battery settings even thought it is clearly going down. This is very frustrating especially considering I have no widgets and so much storage AND I JUST RESET MY IPHONE AND THE PROBLEM IS STILL THERE AND MY SISTER HAS AN IPHONE 7 AND ISN’T EXPERIENCING THIS SHIT. Fix your shit Apple I stg
Nov ’20
Reply to After Installing MacOS Big Sur latest beta update, My mac is showing battery service required warning in battery Icon.
I had the same issue- battery life was great (could keep working for a solid 5-6 hours at least without needing to charge, depending on what I was doing) on OS Catalina. Upgraded to Big Sur, and immediately started running through battery like crazy (sitting on sleep mode all night, went from almost fully charged to dead).
Topic: App & System Services SubTopic: Core OS Tags:
Feb ’21
Reply to Battery problem after update
Huh? When you got what? What version of iOS/iPadOS are you taking about? How has battery life decreased? You say your battery health is 99%, so what's your issue? Also, if this is regarding an iOS beta, then you're in the right place. However, if this is a normal iOS/iPadOS release, such as iOS 18.6.1, then you're in the wrong place. Please ask your question at the Apple Support Forums. Thanks. Please consider the place you're posting before you make your post. If this is a normal consumer issue, then the DEVELOPER forums are clearly not the right place for it.
Topic: Community SubTopic: Apple Developers Tags:
Aug ’25
Reply to Apple Pencil Pro Squeeze API
I wonder if an Apple engineer could confirm: will the Apple Pencil Pro squeeze functionality be detectable in the current API Not in previously shipping API, but an addition to UIPencilInteraction and a view modifier in SwiftUI. Read all about it here! https://developer.apple.com/documentation/applepencil/handling-squeezes-from-apple-pencil
Topic: UI Frameworks SubTopic: UIKit Tags:
May ’24
Size of stylus mesh tip
Hello community, We're designing an app that can optionally be controlled by a stylus with a mesh tip. In this case, the mesh tip we're using is 5 mm in diameter. It seems that mesh tip contact detection is unstable in this size, although it works better with a larger diameter. Is it possible to access a setting in iOS that lets you define the minimum contact area needed to detect a contact on the screen? This would enable us to use this 5 mm stylus. Best regards, Edwin
1
0
400
Dec ’24
Reply to iOS 11 Battery Life
Yes I’m having a battery problems since the iOS 11.0.3 update . I have the iPhone 6s and my life phone be on 100% and dies and goes to 10% .. then I connect it to the charger and restart it and it goes to 100 again .
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Oct ’17
Reply to IOS 18 Beta 2 bug fix
When can we expect the Cellular and other issues to be fixed, as since I have updated my phone I am only getting 3-6 hours of battery life, my signal is nearly non existent this is quite frustrating.
Replies
Boosts
Views
Activity
Aug ’24
Reply to iOS 9 Beta battery life
I wonder when People will realize to not install the beta os on their main device. The PUBLIC beta is the user experience test run. dont expect to have a battery life on a dev firmware.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to iPhone 7 iOS 11 beta 1 issues
Have you submitted these via bug reporting? Battery life tends to always stink in early developer builds, but the bluetooth toggle is misbahaving for me too. I won't submit if it's already been done.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’17
SwiftUI Text Editor Crash with Apple Pencil Long Press
Using Apple Pencil with SwiftUI text editor, when the user presses and holds in the middle of text already in the editor box a crash occurs. This is very reproducible even on this minimal example. import SwiftUI struct ContentView: View { @State private var text: String = The quick brown fox jumps over the lazy dog var body: some View { VStack { TextEditor(text: $text) .background(Color.init(red: 242, green: 242, blue: 242)) .border(.black) .frame(height: 200) } .padding() } } When tapping and holding somewhere in the middle of the sentence, for example on the word jumps the app crashes with an exception reading: Thread 1: NSTextContentStorage: Inconsistent element cache state. Elements for range {0, 43} are already cached while trying to insert The stack trace is: I have attempted to use the approach discussed in this post to make the underlying UITextView use TextKit 1, but could find no UITextView in the underlying UIView hierarchy. Any advice would be greatly appreciated.
Replies
2
Boosts
0
Views
1.9k
Activity
Jan ’23
Reply to Solutions for Better Battery Life on Beta 1 - Confirmed for Mult. Devices
Hi Batting1k, I understand your frustration. Even with these changes power management is not fully baked in this 1st beta, however you might want to try one more thing.1. Completely sign out of iCloud on the device and reboot the phone then attempt to use it normally. (observe battery life)2. Sign back into icloud and reboot the phone. (observe battery life) Please understand I am not promising that this will fix your problems but it's a necessary test to exclude possible causes. (My suspicion is much of this is iCloud / Data Sync related.)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to New iOS 9 beta 2
I thought that they released all betas on tuesdays last year, but I may be wrong. I hope they will release the new beta today, it really needs to fix the battery drain issue. I understand that with all betas the battery life get's a bit worse, but my iPhone 6 only lasts about 3 hours, with minimal use.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15
Reply to watchOS 4 Beta 2: HORRIBLE BATTERY LIFE
after two days of seemingly good battery life, I’m back to square one. I was a 56% four hours after I removed it from the charger. Hopefully the next beta will be better.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’17
Reply to Apple Pencil Pairing Issues
I’m having the same exact issue with a 1st generation Apple Pencil. I tried the hairdryer hack which works for about 2 minutes and the the pencil connects and disconnects every couple of seconds.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’21
Reply to Problem after upgrade to iOS 14 beta version
I am having similar issues ever since updating to iOS 14.2. I have an iPhone 8 which I just got a new battery for, but my phone will either have slow response to me pressing the volume and on button, or it will randomly lag and freeze and crash, especially when I plug my phone in to charge after I noticed the random UI lags. The battery life will remain the same on my screen and in my battery settings even thought it is clearly going down. This is very frustrating especially considering I have no widgets and so much storage AND I JUST RESET MY IPHONE AND THE PROBLEM IS STILL THERE AND MY SISTER HAS AN IPHONE 7 AND ISN’T EXPERIENCING THIS SHIT. Fix your shit Apple I stg
Replies
Boosts
Views
Activity
Nov ’20
Reply to After Installing MacOS Big Sur latest beta update, My mac is showing battery service required warning in battery Icon.
I had the same issue- battery life was great (could keep working for a solid 5-6 hours at least without needing to charge, depending on what I was doing) on OS Catalina. Upgraded to Big Sur, and immediately started running through battery like crazy (sitting on sleep mode all night, went from almost fully charged to dead).
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Feb ’21
Reply to Battery problem after update
Huh? When you got what? What version of iOS/iPadOS are you taking about? How has battery life decreased? You say your battery health is 99%, so what's your issue? Also, if this is regarding an iOS beta, then you're in the right place. However, if this is a normal iOS/iPadOS release, such as iOS 18.6.1, then you're in the wrong place. Please ask your question at the Apple Support Forums. Thanks. Please consider the place you're posting before you make your post. If this is a normal consumer issue, then the DEVELOPER forums are clearly not the right place for it.
Topic: Community SubTopic: Apple Developers Tags:
Replies
Boosts
Views
Activity
Aug ’25
Reply to Apple Pencil Pro Squeeze API
I wonder if an Apple engineer could confirm: will the Apple Pencil Pro squeeze functionality be detectable in the current API Not in previously shipping API, but an addition to UIPencilInteraction and a view modifier in SwiftUI. Read all about it here! https://developer.apple.com/documentation/applepencil/handling-squeezes-from-apple-pencil
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
May ’24
Size of stylus mesh tip
Hello community, We're designing an app that can optionally be controlled by a stylus with a mesh tip. In this case, the mesh tip we're using is 5 mm in diameter. It seems that mesh tip contact detection is unstable in this size, although it works better with a larger diameter. Is it possible to access a setting in iOS that lets you define the minimum contact area needed to detect a contact on the screen? This would enable us to use this 5 mm stylus. Best regards, Edwin
Replies
1
Boosts
0
Views
400
Activity
Dec ’24
Reply to Iphone is dying quickly after ios9 was installed
Yes I'm also having shorter battery life. Also have laggy sessions resembling a mouse with a bad bluetooth connection. Phone also crashes occasionally. I get that it's beta however a solid beta it is not.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jun ’15