How do I adjust my Android manifest to tweak soft keyboard behaviour?

0 favourites
  • 2 posts
From the Asset Store
Total customisation of the input! You can combine inputs from all peripherals. Make your game accessible for everyone!
  • When my text input appears on device it overlaps all my UI. However I read that it's possible to adjust my manifest to something like this to force the UI to Resize when the keyboard appears..

    <activity

    android:name="com.example.myactivity"

    android:windowSoftInputMode="adjustResize" />

    My question is: How can I adjust the manifest for a C3 build and will this even work?

    Additionally, while I'm on the subject of changing the keyboard behaviour. How on earth do I get a 'Clear All' button to appear in the numbers keypboard..there is only a button to delete one character at a time which seems a bit strange.

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Anyone? Is there any way to control this? Currently on exported release apk builds the keypad covers half of my UI.

    Oddly on a debug apk build the UI seems to scale correctly.

    :(

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)