Discuss hardware-specific topics related to iPad.

Posts under iPad tag

200 Posts

Post

Replies

Boosts

Views

Activity

Error connecting to Apple ID server
Basically I was trying to clear my iPad and I think I may of clicked the wrong one because when I try to clear all settings and content it just says error connecting to Apple ID server, along with none of the options on the Apple ID working (not letting me sign out ect) the only option I can click is password and security. However when I click it it just says get a code on my other device. I’m logged into my iCloud on this phone yet I don’t receive any code? Please can someone tell me what’s wrong and how I can fix it I really need it for college
1
0
352
Sep ’21
What is this side bar feature called?
I've gotten a few complaints from some users that are using iPads saying they are unable to interact with certain elements of my app (gestures, taps, touchesbegan/moved don't seem to be working). The issue seems to be spread among the different models but also doesn't happen to all iPads. When I try debugging on any iPad simulator, I don't seem to have any issues with it. I've asked one of them to send me a video of them interacting with the app and the only difference I can see is this side bar. I haven't encountered this before but can't seem to find the name of this feature to look up how to turn it on so I can see if it's causing any issues. Does anyone know what this collapsable menu is called? Also, while I'm here, does anyone know why certain interactions don't work on the iPad?
1
0
740
Sep ’21
The new iPad Mini (6th generation) introduces a new, smaller(!), screen size?
The new iPad mini looks like a great device, and has a "larger" screen than the previous version (8.3", vs 7.9"). But looking at the actual resolution, we have: • iPad mini 5: 2048 x 1536 • iPad mini 6: 2266 x 1488 That is, the "width" (or "height", in portrait mode) is smaller! Since the iPad was introduced, I've been aiming iPad apps at a minimum dimension of 1536 (actually 768, pre-Retina). Now, that content may not fit! It's not a massive difference, but it could be significant. Do I really have to go back to my apps, and add scrolling, or trim the content? I didn't notice any mention of this during the presentation (which seemed consumer-oriented, rather than developer-oriented). Does anyone else think this could turn out to be a serious issue?
5
0
3.5k
Oct ’21
قفل جهاز
تم قفل جهاز Ipad الخاص بي بسبب استنفاد عدد مرات تسجيل كلمة المرور تم إعادة تعيين كلمة مرور جديدة رجاء المساعدة في فتح الجهاز
2
0
603
Sep ’21
Prevent iPad installation
I want my app to be installable on iPhones only. I'd like the following three points fulfilled for my app: To not be installable on iPads (including installation via compatibility mode) To not appear in the App Store when searching on an iPad To not risk rejection during the App Store review process I can see that WhatsApp have achieved this. I've read that it can be done by setting the telephony option for UIRequiredDeviceCapabilities, but this might cause rejection from the App Store. Any info on this would be much appreciated.
1
0
2.6k
Sep ’21
Headphones not staying connected to iPad
When I connect my son’s Cowin E8 headphones to his iPad 8th generation which is operating on the latest version as of today’s date 9/18/2021 and my son is watching YouTube Kids and he changes what he is watching to a new video he picked, the headphones will disconnect from the IPad. You can always connect them to the iPad but as soon as you change and start watching something different they disconnect. I know this started happening when a new version of IOS was downloaded on the IPad a few months ago. I am 100% sure it is not the headphones because I have tried 3 different ones that are different brands and they all do the same thing. Can anyone help me correct whatever bug this is that is causing this issue. Thank you very much ahead of time!
0
0
411
Sep ’21
Why does my iOS app freeze when there are many tasks going on?
Our client report production iOS app freezes when there are a lot of stuffs going on in the app (notifications, background fetch, UIAlertControllers, interactions from user), they couldn't interact with the app and the only way was to kill and restart it. Software updates are the latest and iPad model is recent. However, we've never been able to replicate the issue during testing and development. Does anyone have any idea what could potentially be the issue? Thank you in advance!
1
0
839
Sep ’21
Simply pressing enter after typing thru Command + spacebar now yields no results (unless first choose Safari with arrow key which is annoying in new ipadOs 15)
In OS14, It was more rapid & joyful to simply hit enter after typing in the search bar thru Cmd + spacebar keys for googling via Safari. Whereas, in the new ipadOs 15, hitting Enter after typing makes no default action and the arrow key is also to be used to select opening in Safari and then hit enter. This would be great if that earlier option is added into this.
0
0
333
Sep ’21
External Third-Party Keyboards
I own an external third-party keyboard but I can’t use it because every time I go to use the space bar, my iPad backs out of the text boxes and then selects the search bar (if I’m in google or the notes app) or it just closes the text box. To actually type space with my external third-party keyboard, I have to press shift along with the space bar. Is there something that I am doing wrong? Or is it something that Apple can fix instead of adding new features when the old ones don’t work?
1
0
375
Sep ’21
Keyboard crashes during typing and updating selection on TextInput
Hello, We are using TextField with a TextEditingController for controlling newline cursor position and textfield selection updates. While using this setup we are seeing our Flutter iOS app causes a user's entire iOS device (iPhone or iPad) to freeze and the keyboard becomes unusable in any application even outside of ours. The issue requires a hardware restart to clear it. We have already verified with Flutter that this seems to be an iOS platform specific bug, as while debugging we havent seen any deadlocks on flutter core code. Some basic actions which can repro this crash are follows: If we type in lot of newlines and text in the app, and switch between text and emoji keyboard, after sometime the keyboard freezes. If on an iPad sometime switching between a physical vs software keyboard while in the app, causes this freeze as well. While typing in our app for some time and then switching over to some other app like spotlight, we see the keyboard freezing as well. Attached are the crash logs for all the above scenarios, and they all seem to point to some area of keyboard process: Auto-Correction - ON on Keyboard Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 TextInputCore 0x00000001cdee8680 KB::String::iterator::operator--+ 747136 () + 132 1 TextInputCore 0x00000001cdee8614 KB::String::iterator::operator--+ 747028 () + 24 2 TextInputCore 0x00000001cdee8c38 KB::String::find_last_of+ 748600 (KB::String const&, KB::String::iterator const&) const + 184 3 TextInputCore 0x00000001cdeaa914 KB::String::find_last_of+ 493844 (KB::String const&) const + 96 4 TextInputCore 0x00000001cdea8d30 TIInputManager::should_generate_candidates+ 486704 (KB::String const&, KB::String const&) const + 152 Predictive - ON on Keyboard Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 TextInputCore 0x1ad3104e4 KB::String::iterator::operator--+ 62692 () + 132 1 TextInputCore 0x1ad310478 KB::String::iterator::operator--+ 62584 () + 24 2 TextInputCore 0x1ad31160c KB::String::last+ 67084 () const + 84 3 TextInputCore 0x1ad3afcdc TIInputManager::filter_raw_candidates+ 715996 (KB::CandidateCollection const&, KB::String const&, KB::String const&, KB::LookupType, __CFString*) const + 204 4 TextInputCore 0x1ad3af1bc TIInputManager::lookup_static_dynamic_candidates(KB::CandidateCollection&, KB::LookupType, KB::String const&, void + 713148 (KB::CandidateCollection&, __CFString*) block_pointer, unsigned int) const + 304 5 TextInputCore 0x1ad3ae608 TIInputManager::perform_lookup(KB::LookupType, unsigned int, void + 710152 (KB::CandidateCollection&, __CFString*) block_pointer) + 1196 6 TextInputCore 0x1ad3adf7c TIInputManager::lookup+ 708476 (KB::LookupType, unsigned int, TIShiftContext) + 340 7 TextInputCore 0x1ad410a6c -[TIKeyboardInputManager predictionCandidates:predictionType:] + 300 8 TextInputCore 0x1ad40f0b8 -[TIKeyboardInputManager autocorrectionListForEmptyInputWithDesiredCandidateCount:] + 820 9 TextInputCore 0x1ad429528 -[TIKeyboardInputManager+ 1213736 (ResultSpecializations) autocorrectionListWithCandidateCount:] + 712 10 TextInputCore 0x1ad421068 -[TIKeyboardInputManager generateAutocorrectionsWithKeyboardState:candidateRange:candidateHandler:] + 564 11 TextInputCore 0x1ad364bf8 -[TIKeyboardInputManagerWrapper generateAutocorrectionsWithKeyboardState:candidateRange:requestToken:completionHandler:] + 656 12 CoreFoundation 0x180f2d304 __invoking___ + 148 Auto-Correct and Predictive OFF on Keyboard This time it freezes the keyboard when switch to some other app. Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: FRONTBOARD; [2343432205] <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-update watchdog transgression: application<com.apple.Spotlight>:265 exhausted real (wall clock) time allowance of 5.00 seconds; Spotlight is unresponsive ProcessVisibility: Foreground ProcessState: Running WatchdogEvent: scene-update WatchdogVisibility: Foreground WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 11.090 (user 8.890, system 2.200), 33% CPU", "Elapsed application CPU time (seconds): 0.002, 0% CPU" ) reportType:CrashLog maxTerminationResistance:Interactive> Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x1b80deff0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1f1ad42a0 _pthread_cond_wait + 1272 2 Foundation 0x182eb358c -[NSCondition waitUntilDate:] + 148 3 Foundation 0x182ea4fd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 104 4 UIKitCore 0x184054684 -[UIKeyboardTaskQueue lockWhenReadyForMainThread] + 564 5 UIKitCore 0x183e19f4c -[UIKeyboardTaskQueue waitUntilAllTasksAreFinished] + 68 6 UIKitCore 0x184803254 -[UIKeyboardImpl prepareForSelectionChange] + 152 7 UIKitCore 0x184183e5c -[UIKeyboardImpl selectionWillChange:] + 88 8 UIKitCore 0x1841860a8 -[UITextInputController beginSelectionChange] + 48 9 UIKitCore 0x184187604 -[UIFieldEditor beginSelectionChange] + 72 10 UIKitCore 0x184c22498 -[UITextField beginSelectionChange] + 52 11 UIKitCore 0x184068580 -[UITextInteractionAssistant+ 6026624 (UITextInteractionAssistant_Internal) selectAll:] + 68 12 UIKitCore 0x183f96be0 -[UITextField selectAll:] + 84 13 SpotlightUIInternal 0x1ab3733d0 -[SPUITextField selectAll:] + 52 We suspect something with keyboard process which it doesnt like if we touch text selection and cursor position in our app. Any advise on where we can look into fixing this ? Also please find complete crash logs for the above snippets. Predictive-On.crash.txt AutoCorrect-On.crash.txt Spotlight.crash.txt
2
2
9.8k
Oct ’21
I can't install the Enterprise App on my iOS14 iPad.
This is a translation of Japanese into English by Google. We develop and operate Enterprise App in-house. One day, when I updated one device to iOS 14, the enterprise app couldn't be installed. -The official version of the device that cannot install apps is iOS 14.6. -The distribution method is OTA (On The Air). -A website for installation is available. -The app can be installed on iPads with iOS 13 or lower. -The .ipa file is placed on the IIS server. -The security of the IIS server is TLS 1.2. If you have any other information you need, please leave a comment.
0
0
637
Sep ’21
Smart keyboard not responding
After update to ios15 the smart keyboard of my ipad pro stopped responding. i am unable to use the space bar when typing in gmail or doing a search in google or safari. I do not like to use the onscreen keyboard! Can anyone help? I did try the disconnect, reboot and clean the contact points nothing is helping. Thanks
2
0
664
Dec ’21
Slides
On my IPad (7th gen) I have an keyboard case and whenever I go on google slides to make a presentation. I can’t hit the space button or else it will just get me out of what I was typing. This also happened on a previous keyboard case. And it only happens on google slides. I don’t know what’s happening and I’ve tried the searching up on the internet to how to fix it but I find nothing. Please help me.
1
0
857
Oct ’21
Open Extern Link in a new Safari Window (PWA iOS)
The following problem: I have a PWA for iOS and want to open a download link in an external link. This means that a completely external and new Safari window should open during the download. I have the following code: <a class="btn btn-primary" rel="noreferrer external" style=" width: 105px; margin-right: 10px; color:white" href="@URL" target="_blank" @onclick="close"> It does open a new browser page for me, but from there it jumps directly to the file manager, where I have no chance to return to the PWA. The only possibility is to close the PWA and start it again. Does anyone have a solution that solves exactly this problem? Is there a way to open a new window, complete the download and then click on the Home button to bring the PWA forward again?
0
1
2.1k
Oct ’21
sidecar error -501
side car works on my MacBook Pro (2017 Touch Bar) but not on my Mac Pro. I get the message "Unable to Connect to iPad. A miscellaneous error occurred (-501)". My iPad Pro then switches to the Lock Screen, so they are talking, and both can see each other. I can find nothing anywhere that relates to error -501 apart from some reference to a string array. any one got any ideas? this has happened from. Catalina right through to Big Sur.
2
1
1.9k
Feb ’23
Resources for development
I saw pictures of iPhone, iPad, Mac. This is only flame. I can’t find now, so can you tell me place?
Replies
2
Boosts
0
Views
994
Activity
Sep ’21
Error connecting to Apple ID server
Basically I was trying to clear my iPad and I think I may of clicked the wrong one because when I try to clear all settings and content it just says error connecting to Apple ID server, along with none of the options on the Apple ID working (not letting me sign out ect) the only option I can click is password and security. However when I click it it just says get a code on my other device. I’m logged into my iCloud on this phone yet I don’t receive any code? Please can someone tell me what’s wrong and how I can fix it I really need it for college
Replies
1
Boosts
0
Views
352
Activity
Sep ’21
Payment
Hi. Can my mom pay for my ipad and place the address in my location?
Replies
1
Boosts
0
Views
378
Activity
Sep ’21
What is this side bar feature called?
I've gotten a few complaints from some users that are using iPads saying they are unable to interact with certain elements of my app (gestures, taps, touchesbegan/moved don't seem to be working). The issue seems to be spread among the different models but also doesn't happen to all iPads. When I try debugging on any iPad simulator, I don't seem to have any issues with it. I've asked one of them to send me a video of them interacting with the app and the only difference I can see is this side bar. I haven't encountered this before but can't seem to find the name of this feature to look up how to turn it on so I can see if it's causing any issues. Does anyone know what this collapsable menu is called? Also, while I'm here, does anyone know why certain interactions don't work on the iPad?
Replies
1
Boosts
0
Views
740
Activity
Sep ’21
The new iPad Mini (6th generation) introduces a new, smaller(!), screen size?
The new iPad mini looks like a great device, and has a "larger" screen than the previous version (8.3", vs 7.9"). But looking at the actual resolution, we have: • iPad mini 5: 2048 x 1536 • iPad mini 6: 2266 x 1488 That is, the "width" (or "height", in portrait mode) is smaller! Since the iPad was introduced, I've been aiming iPad apps at a minimum dimension of 1536 (actually 768, pre-Retina). Now, that content may not fit! It's not a massive difference, but it could be significant. Do I really have to go back to my apps, and add scrolling, or trim the content? I didn't notice any mention of this during the presentation (which seemed consumer-oriented, rather than developer-oriented). Does anyone else think this could turn out to be a serious issue?
Replies
5
Boosts
0
Views
3.5k
Activity
Oct ’21
قفل جهاز
تم قفل جهاز Ipad الخاص بي بسبب استنفاد عدد مرات تسجيل كلمة المرور تم إعادة تعيين كلمة مرور جديدة رجاء المساعدة في فتح الجهاز
Replies
2
Boosts
0
Views
603
Activity
Sep ’21
Prevent iPad installation
I want my app to be installable on iPhones only. I'd like the following three points fulfilled for my app: To not be installable on iPads (including installation via compatibility mode) To not appear in the App Store when searching on an iPad To not risk rejection during the App Store review process I can see that WhatsApp have achieved this. I've read that it can be done by setting the telephony option for UIRequiredDeviceCapabilities, but this might cause rejection from the App Store. Any info on this would be much appreciated.
Replies
1
Boosts
0
Views
2.6k
Activity
Sep ’21
Headphones not staying connected to iPad
When I connect my son’s Cowin E8 headphones to his iPad 8th generation which is operating on the latest version as of today’s date 9/18/2021 and my son is watching YouTube Kids and he changes what he is watching to a new video he picked, the headphones will disconnect from the IPad. You can always connect them to the iPad but as soon as you change and start watching something different they disconnect. I know this started happening when a new version of IOS was downloaded on the IPad a few months ago. I am 100% sure it is not the headphones because I have tried 3 different ones that are different brands and they all do the same thing. Can anyone help me correct whatever bug this is that is causing this issue. Thank you very much ahead of time!
Replies
0
Boosts
0
Views
411
Activity
Sep ’21
Why does my iOS app freeze when there are many tasks going on?
Our client report production iOS app freezes when there are a lot of stuffs going on in the app (notifications, background fetch, UIAlertControllers, interactions from user), they couldn't interact with the app and the only way was to kill and restart it. Software updates are the latest and iPad model is recent. However, we've never been able to replicate the issue during testing and development. Does anyone have any idea what could potentially be the issue? Thank you in advance!
Replies
1
Boosts
0
Views
839
Activity
Sep ’21
Simply pressing enter after typing thru Command + spacebar now yields no results (unless first choose Safari with arrow key which is annoying in new ipadOs 15)
In OS14, It was more rapid & joyful to simply hit enter after typing in the search bar thru Cmd + spacebar keys for googling via Safari. Whereas, in the new ipadOs 15, hitting Enter after typing makes no default action and the arrow key is also to be used to select opening in Safari and then hit enter. This would be great if that earlier option is added into this.
Replies
0
Boosts
0
Views
333
Activity
Sep ’21
Any use of keyboard crashing app after upgrading to Xcode 13
Every UITextview or UITextfield in my app crashes now after upgrading to Xcode 13.0 Here is the crash: and here is the trace: I put a breakpoint on every call to stringByTrimmingCharacteresInSet and it shows nothing. This bug is a result of updating Xcode. Any help would be very appreciated!
Replies
0
Boosts
0
Views
597
Activity
Sep ’21
External keyboard incorrectly recognized after iPad OS 15 upgrade
After upgrade my iPad pro 12.9 5th Gen to iPad OS 15, my external keyboard (logicool combo touch), which has a JIS layout, is recognized as a US layout keyboard. This problem is reported by many users. Is there a solution to make the OS recognize the keyboard layout correctly? Or can I select it manually?
Replies
0
Boosts
0
Views
373
Activity
Sep ’21
External Third-Party Keyboards
I own an external third-party keyboard but I can’t use it because every time I go to use the space bar, my iPad backs out of the text boxes and then selects the search bar (if I’m in google or the notes app) or it just closes the text box. To actually type space with my external third-party keyboard, I have to press shift along with the space bar. Is there something that I am doing wrong? Or is it something that Apple can fix instead of adding new features when the old ones don’t work?
Replies
1
Boosts
0
Views
375
Activity
Sep ’21
Keyboard crashes during typing and updating selection on TextInput
Hello, We are using TextField with a TextEditingController for controlling newline cursor position and textfield selection updates. While using this setup we are seeing our Flutter iOS app causes a user's entire iOS device (iPhone or iPad) to freeze and the keyboard becomes unusable in any application even outside of ours. The issue requires a hardware restart to clear it. We have already verified with Flutter that this seems to be an iOS platform specific bug, as while debugging we havent seen any deadlocks on flutter core code. Some basic actions which can repro this crash are follows: If we type in lot of newlines and text in the app, and switch between text and emoji keyboard, after sometime the keyboard freezes. If on an iPad sometime switching between a physical vs software keyboard while in the app, causes this freeze as well. While typing in our app for some time and then switching over to some other app like spotlight, we see the keyboard freezing as well. Attached are the crash logs for all the above scenarios, and they all seem to point to some area of keyboard process: Auto-Correction - ON on Keyboard Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 TextInputCore 0x00000001cdee8680 KB::String::iterator::operator--+ 747136 () + 132 1 TextInputCore 0x00000001cdee8614 KB::String::iterator::operator--+ 747028 () + 24 2 TextInputCore 0x00000001cdee8c38 KB::String::find_last_of+ 748600 (KB::String const&, KB::String::iterator const&) const + 184 3 TextInputCore 0x00000001cdeaa914 KB::String::find_last_of+ 493844 (KB::String const&) const + 96 4 TextInputCore 0x00000001cdea8d30 TIInputManager::should_generate_candidates+ 486704 (KB::String const&, KB::String const&) const + 152 Predictive - ON on Keyboard Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 TextInputCore 0x1ad3104e4 KB::String::iterator::operator--+ 62692 () + 132 1 TextInputCore 0x1ad310478 KB::String::iterator::operator--+ 62584 () + 24 2 TextInputCore 0x1ad31160c KB::String::last+ 67084 () const + 84 3 TextInputCore 0x1ad3afcdc TIInputManager::filter_raw_candidates+ 715996 (KB::CandidateCollection const&, KB::String const&, KB::String const&, KB::LookupType, __CFString*) const + 204 4 TextInputCore 0x1ad3af1bc TIInputManager::lookup_static_dynamic_candidates(KB::CandidateCollection&, KB::LookupType, KB::String const&, void + 713148 (KB::CandidateCollection&, __CFString*) block_pointer, unsigned int) const + 304 5 TextInputCore 0x1ad3ae608 TIInputManager::perform_lookup(KB::LookupType, unsigned int, void + 710152 (KB::CandidateCollection&, __CFString*) block_pointer) + 1196 6 TextInputCore 0x1ad3adf7c TIInputManager::lookup+ 708476 (KB::LookupType, unsigned int, TIShiftContext) + 340 7 TextInputCore 0x1ad410a6c -[TIKeyboardInputManager predictionCandidates:predictionType:] + 300 8 TextInputCore 0x1ad40f0b8 -[TIKeyboardInputManager autocorrectionListForEmptyInputWithDesiredCandidateCount:] + 820 9 TextInputCore 0x1ad429528 -[TIKeyboardInputManager+ 1213736 (ResultSpecializations) autocorrectionListWithCandidateCount:] + 712 10 TextInputCore 0x1ad421068 -[TIKeyboardInputManager generateAutocorrectionsWithKeyboardState:candidateRange:candidateHandler:] + 564 11 TextInputCore 0x1ad364bf8 -[TIKeyboardInputManagerWrapper generateAutocorrectionsWithKeyboardState:candidateRange:requestToken:completionHandler:] + 656 12 CoreFoundation 0x180f2d304 __invoking___ + 148 Auto-Correct and Predictive OFF on Keyboard This time it freezes the keyboard when switch to some other app. Exception Type: EXC_CRASH (SIGKILL) Exception Codes: 0x0000000000000000, 0x0000000000000000 Exception Note: EXC_CORPSE_NOTIFY Termination Reason: FRONTBOARD; [2343432205] <RBSTerminateContext| domain:10 code:0x8BADF00D explanation:scene-update watchdog transgression: application<com.apple.Spotlight>:265 exhausted real (wall clock) time allowance of 5.00 seconds; Spotlight is unresponsive ProcessVisibility: Foreground ProcessState: Running WatchdogEvent: scene-update WatchdogVisibility: Foreground WatchdogCPUStatistics: ( "Elapsed total CPU time (seconds): 11.090 (user 8.890, system 2.200), 33% CPU", "Elapsed application CPU time (seconds): 0.002, 0% CPU" ) reportType:CrashLog maxTerminationResistance:Interactive> Triggered by Thread: 0 Thread 0 name: Dispatch queue: com.apple.main-thread Thread 0 Crashed: 0 libsystem_kernel.dylib 0x1b80deff0 __psynch_cvwait + 8 1 libsystem_pthread.dylib 0x1f1ad42a0 _pthread_cond_wait + 1272 2 Foundation 0x182eb358c -[NSCondition waitUntilDate:] + 148 3 Foundation 0x182ea4fd0 -[NSConditionLock lockWhenCondition:beforeDate:] + 104 4 UIKitCore 0x184054684 -[UIKeyboardTaskQueue lockWhenReadyForMainThread] + 564 5 UIKitCore 0x183e19f4c -[UIKeyboardTaskQueue waitUntilAllTasksAreFinished] + 68 6 UIKitCore 0x184803254 -[UIKeyboardImpl prepareForSelectionChange] + 152 7 UIKitCore 0x184183e5c -[UIKeyboardImpl selectionWillChange:] + 88 8 UIKitCore 0x1841860a8 -[UITextInputController beginSelectionChange] + 48 9 UIKitCore 0x184187604 -[UIFieldEditor beginSelectionChange] + 72 10 UIKitCore 0x184c22498 -[UITextField beginSelectionChange] + 52 11 UIKitCore 0x184068580 -[UITextInteractionAssistant+ 6026624 (UITextInteractionAssistant_Internal) selectAll:] + 68 12 UIKitCore 0x183f96be0 -[UITextField selectAll:] + 84 13 SpotlightUIInternal 0x1ab3733d0 -[SPUITextField selectAll:] + 52 We suspect something with keyboard process which it doesnt like if we touch text selection and cursor position in our app. Any advise on where we can look into fixing this ? Also please find complete crash logs for the above snippets. Predictive-On.crash.txt AutoCorrect-On.crash.txt Spotlight.crash.txt
Replies
2
Boosts
2
Views
9.8k
Activity
Oct ’21
I can't install the Enterprise App on my iOS14 iPad.
This is a translation of Japanese into English by Google. We develop and operate Enterprise App in-house. One day, when I updated one device to iOS 14, the enterprise app couldn't be installed. -The official version of the device that cannot install apps is iOS 14.6. -The distribution method is OTA (On The Air). -A website for installation is available. -The app can be installed on iPads with iOS 13 or lower. -The .ipa file is placed on the IIS server. -The security of the IIS server is TLS 1.2. If you have any other information you need, please leave a comment.
Replies
0
Boosts
0
Views
637
Activity
Sep ’21
Smart keyboard not responding
After update to ios15 the smart keyboard of my ipad pro stopped responding. i am unable to use the space bar when typing in gmail or doing a search in google or safari. I do not like to use the onscreen keyboard! Can anyone help? I did try the disconnect, reboot and clean the contact points nothing is helping. Thanks
Replies
2
Boosts
0
Views
664
Activity
Dec ’21
Ipad os 15 battery drain
Hi I purchased my ipad air 4 one week ago, but after update to ipad os 15 I experiencing slow charging and a faster battery drain which was not found on ipados 14.8
Replies
2
Boosts
0
Views
970
Activity
Oct ’21
Slides
On my IPad (7th gen) I have an keyboard case and whenever I go on google slides to make a presentation. I can’t hit the space button or else it will just get me out of what I was typing. This also happened on a previous keyboard case. And it only happens on google slides. I don’t know what’s happening and I’ve tried the searching up on the internet to how to fix it but I find nothing. Please help me.
Replies
1
Boosts
0
Views
857
Activity
Oct ’21
Open Extern Link in a new Safari Window (PWA iOS)
The following problem: I have a PWA for iOS and want to open a download link in an external link. This means that a completely external and new Safari window should open during the download. I have the following code: <a class="btn btn-primary" rel="noreferrer external" style=" width: 105px; margin-right: 10px; color:white" href="@URL" target="_blank" @onclick="close"> It does open a new browser page for me, but from there it jumps directly to the file manager, where I have no chance to return to the PWA. The only possibility is to close the PWA and start it again. Does anyone have a solution that solves exactly this problem? Is there a way to open a new window, complete the download and then click on the Home button to bring the PWA forward again?
Replies
0
Boosts
1
Views
2.1k
Activity
Oct ’21
sidecar error -501
side car works on my MacBook Pro (2017 Touch Bar) but not on my Mac Pro. I get the message "Unable to Connect to iPad. A miscellaneous error occurred (-501)". My iPad Pro then switches to the Lock Screen, so they are talking, and both can see each other. I can find nothing anywhere that relates to error -501 apart from some reference to a string array. any one got any ideas? this has happened from. Catalina right through to Big Sur.
Replies
2
Boosts
1
Views
1.9k
Activity
Feb ’23