Splash image Looks behind the keyboard

I added the splash screen inside my app and took a webviewer component inside the screen, which I linked to Google, now when I export my application and opens after installing into my mobile That time the Google Page loads properly but when I touch the Google Search bar to search something in, at that time splash screen image shows behind the keyboard before the keyboard appearing on screen for typing.And I will not be able to provide you the screen shots because the it appears very faster between touching the search bar and appearing the keyboard on screen
What I should do to fix this problem

1 Like

Add a timer before loading webviewer

/Boban

6 Likes

not satisfied answer

1 Like

No? OK.

/Boban

3 Likes

Boban is correct. You have a timing issue. Put a timer in to slow down events to ensure they are executed in the proper and complete order.

1 Like

how to add timer and how much

Use the clock function, and make sure your image is not too large.

1 Like

i did use the clock function but problem is same. if i use splash in app then this problem occurs. and when i don’t use the splash screen image then there is no problem. but i don’t want see white screen during launching the my app. now tell me the solution. i want to use splash and don’t want to interupt the splash screen when I touch the Google Search bar to search something in, at that time splash screen image shows behind the keyboard before the keyboard appearing on screen for typing
Here are the AIA and APK files of splash screen image problem by amendment in app design or blockssplashproblem.apk (6.2 MB)
splashproblem.aia (495.7 KB)
#ZEVOVE

I think we have same issue

yes yes of course same

Try this one splashproblem.apk (6.2 MB) it behaves differently as I have made some changes to it

P.S uninstall your previous version

/Boban

please provide me aia of #splashproblem

Will you please tell how do you made it working :thinking:

it is working please provide aia of #splashproblem

Sorry guys there is no aia with a fix as I made some changes in the Manifest file.

/Boban

2 Likes

then how i could get the solution

1 Like

decompile the apk and edit the manifest using AppToMarket…

@Boban has to tell you what differences he has made
OR
decompile Boban’s apk and yours and compare the 2 manifests with notepad++

1 Like

I’m not at home at the moment hence I couldn’t give you the complete answer, later tonight I will write what I did or follow the above answer from @Mr_Blackd…

/Boban

2 Likes

this problem should be fixed for all in the kodualr app development page. not individually fix this bug

This is what I’ve changed, added this |adjustPan

        `<activity android:configChanges="keyboard|keyboardHidden|orientation|screenSize" android:name="io.kodular.wizular.splashproblem.Screen1" android:theme="@style/AppTheme.NoActionBar" android:windowSoftInputMode="stateHidden|adjustPan">`

I do not know if this is possible, depending on the design that code can do more harm than fix

/Boban

2 Likes