Code review comment for lp://qastaging/~verzegnassi-stefano/ubuntu-docviewer-app/fix-documents-page-keyboard

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

Why not load the textfield dynamically. This way when it is loaded, it automatically gets focus and shows OSK, and when it is unloaded, the OSK also hides. And you save a tiny memory footprint :P. Also this way you don't need to force focus on the scrollView on component.onCompleted, thereby removing the workarounds.

review: Needs Information

« Back to merge proposal