Android Question how can i handle long sentence my keyboard does not show enter

Makumbi

Well-Known Member
Licensed User
this is my manifest editor

B4X:
'This code will be applied to the manifest file during compilation.
'You do not need to modify it in most cases.
'See this link for for more information: https://www.b4x.com/forum/showthread.php?p=78136
AddManifestText(
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="28"/>
<supports-screens android:largeScreens="true"
    android:normalScreens="true"
    android:smallScreens="true"
    android:anyDensity="true"/>)
    SetActivityAttribute(main, android:windowSoftInputMode, adjustPan|stateHidden)
SetApplicationAttribute(android:icon, "@drawable/icon")
SetApplicationAttribute(android:label, "$LABEL$")
'End of default text.


Screenshot_1586454299.png



Screenshot_1586454322.png
 

Attachments

  • Backup ChatExample 2020-04-09 20.24.zip
    12.2 KB · Views: 124
Top