Search code examples
windowscordovawindows-phone-8input

Input cursor windows phone phonegap


I develop an app for Windows Phone 8.1 with phonegap . The problem is that when I try to write some text in a input text, the virtual keyboard is opened, the inputs move up and the cursor is positioned wrong.

This problem occurs every time the softkeyboard is opened for writing


Solution

  • SOLUTION: This problem appeared when I put my solution "retarget to Windows Phone 8.1". Compile the application to 8.0 and disappeared mistake again.