Brand new phone 4.1.2, model vs930 will delete the field if you enter a decimal first .28 but will allow whole numbers both testing and by direct install my Acer A200 Android version 4.0.3 does the same,
I have an older android phone a Samsung Charge 2.6 kernal that will enter the data but hangs and freezes I have only added three even javascripts
FLT Button:
var input = Appery('paypermile');
var rate = Appery('rate');
var x = (rate.val()*input.val());
alert (x);
CMH Button
var input=Appery('paypermile').val();
var rate=Appery('rate').val();
var weight=Appery('weight').val();
//var c=100;
var perhun=weight/100;
var y=perhunrate;
var x=yinput;
alert (x);
and Miles Button
var rate = Appery('rate').val();
var miles= Appery ('miles').val();
var pay = Appery ('paypermile').val();
var x = ratemiles;
var y = payx;
alert (y)
This is the only thing that I have changed other than name tags and text box properties to number