mracko / MSFS-Mobile-Companion-App

Mobile Companion App for MSFS 2020
GNU Affero General Public License v3.0
362 stars 39 forks source link

No dot key on iOS in direct frequency input #35

Open fitzroymckay opened 3 years ago

fitzroymckay commented 3 years ago

In direct input of frequency on iphone, the keyboard does not show a dot key for input.. I guess it depends on how the input box is configured

it works well on ipad, regular keyboard pops up

fitzroymckay commented 3 years ago

Easy enough to fix actually, just change inputmode from numeric to decimal, such as in line 200 of templates/menu_com.html

I’ll try to fork and request pull but I’m not super familiar with github