For the first time, I did tests using real devices with my App.
(Using: Smartphone Moto G da Motorola and Tablet Samsung Galaxy Note 8)
My App does intensive use of WebBrowser component and bi-directional
communication Java/Javascript.
The Application works correctly on simulator.
But, the WebBrowser (in the devices tested) presents the following weird behaviors :
1) the font is extremely big and zoom-in and zoom-out gestures don't work.
it makes impossible to fit the content into its space available and reading the content confortably.
2) When a field(<input type=text>) gains the focus, the keyboard isn't shown and I can't editing anything inside it.
I attached my html example.