@biloa wrote:
my text on any page of the app i build remains editable while using the the final apk file installed on my mobile phone , you put your finger on the etxt body , it shows a window with the android keyboard for editing.
Are you using a textfield widget or text widget in your app design? If you are using the text widget then it will not bring up the keyboard. The textfield widget will bring up the keyboard, but you can check the “read only” option to prevent user input.