I am making an app using ionic framework -v1, now i found out when deploying my app to IOS the app seems to works perfectly fine at first.
But when i enter a space (using the mobile number keypad) in my input=[number]
field the app starts flickering and loses the scopes with the space in them. Later when i want to push my data to angularfire it also completely stops working and wont let me push my data.
My input is as simple as this:
<input type="number" name="" ng-model="info.DriversLicensenr">
My customer would like the field to have spaces in them, but also the numbers keypad should show up when pressed in the app.
Is there any way to allow spaces? or to modify another input type to reach the desired effect?