cancel
Showing results for 
Search instead for 
Did you mean: 

UI moves on android devices

Former Member
0 Kudos

Hi

On some of the controls of sapui5 like radio group and sap.m.select when i select any option my application screen is moving from top and left side of the screen by 5 pixels each. I have build apk using phonegap. I have tested same code on IOS emulator but it working fine there.

Thanks and regards,

Harshal

Accepted Solutions (0)

Answers (1)

Answers (1)

SandipAgarwalla
Active Contributor
0 Kudos

you may have to use - event.preventDefault() in the event handler of the radio group.

Former Member
0 Kudos

not working.

Its giving the problem without the listener is attached to radio group or select controller

SandipAgarwalla
Active Contributor
0 Kudos

Can you post your code on Jsbin or github?