This is beta1 installed on my AWS server. As I read and understand the docs for property pbHtml5NumberOnMobile (True by default), my expectation is that the following form will use the numeric keypad when accessed on my iPhone7. It instead brings up the regular keyboard in default alpha mode. The view has no DDO structure. Am I missing something?

Code:
            Object oQuantityForm is a cWebForm
                Set piColumnSpan to 3
                Set psLabel to "Quantity"
                Set peLabelPosition to lpTop
                Set piColumnIndex to 6
                Set peLabelAlign to alignRight
                Set peDataType to typeNumber
            End_Object