Problem with Keyboards

Hello everyone, I ran into a specific problem with the keyboard while creating the app, and that when I added the keyboard to my app, it worked normally, but after a while after clicking in the textfield, the keyboard didn't show up, and the console said "Can' t move our portal view at the top". I tried to create a new application, it worked for a while and after a while the same message again

Welcome to the forum.

You don't provide enough information for assessing the problem properly.

  • What is "portal view" ? Is it yours ? Is it a generic term used by Xcode ?
  • Is it UIKit or SwiftUI app ?
  • Is it on device or on simulator ?
  • Which versions of Xcode, MacOS, simulator, iOS on device ?
  • Could you share a few screenshots ?

portal view is from Xcode. Looks like there are some bugs in handling software keyboard in simulator.

In another case I solved it by toggling twice the Software keyboard in simulator I/O menu.

Hope that helps.

I also see this behavior. My team is building an Ionic Angular application and the simulator exhibits the same behavior mentioned above. The keyboard will just stop opening and the console in Xcode will display the message "Can' t move our portal view at the top". My OS is Sonoma v14.2.1, Xcode v15.2, simulator: Version 15.2 (1019) SimulatorKit 937 CoreSimulator 944.5 simulating an iPhone 15 Pro on IOS 17.0. Toggling the keyboard manually in the simulators I/O menu only fixes it for a short time and then it will stop operating again. Regular related dependencies: Ionic "@ionic/angular": "^7.2.3", "@capacitor/core": "^5.7.0", "@capacitor/keyboard": "^5.0.8". Related dev depenedencies: "@capacitor/android": "^5.7.0", "@capacitor/assets": "^3.0.4", "@capacitor/cli": "^5.7.0", "@capacitor/ios": "^5.7.0".

Problem with Keyboards
 
 
Q