TWebEdit Float Field

Hi,

I cannot seem to get a keyboard to appear with just numbers and a decimal point. Can this be done?

Regards,

Ken

Create a CSS class with

-wap-input-format: 'N'

and set this to the edit control ElementClassName

Thanks. Is this the correct way of doing it in my index.html?

<style>
  @font-face {
    font-family: 'Gisha';
    src: url(Gisha.ttf) format('truetype');
  }
  .floatkbd {
    -wap-input-format: 'N'
  }
</style>