eclipsesource / tabris-js

Create native mobile apps in JavaScript or TypeScript.
https://tabrisjs.com
BSD 3-Clause "New" or "Revised" License
1.4k stars 170 forks source link

Some Missing features. #642

Closed IAIOMAN117 closed 8 years ago

IAIOMAN117 commented 9 years ago

Hi, I've started to create some POCs with this framework, and in few hours I was up and running, and I found it to be really exciting.

Nevertheless, I have found that some features widgets are not available like:

I also have some troubles with the documentation, there are certain details that might require further explanation like a fully pledged Add Cordova Plugins

Also I need to note some good points as the Parse sdk works out of the box and it even keeps the session active. nice!

mpost commented 9 years ago

Thanks for your feedback. You raised some valid points, most of which we are ware of (and are working on :)).

Some remarks:

IAIOMAN117 commented 9 years ago

Sorry for the late response. Its good to know that some of them are in progress, I cannot wait to test them out.

For the numeric input I would like to have a numeric box that only accept digits and points and commas, currently Im able to enter ()* etc while using number.

mpost commented 9 years ago

Fyi. we created a separate issue for the spinning progress indicator: https://github.com/eclipsesource/tabris-js/issues/647

gmitros commented 9 years ago

Number input is currently a "won't fix", for other points we opened more issues.

Date / time pickers: #652 Return Page data: #653

Progress on grid layout will continue to be tracked in #21.

mpost commented 8 years ago

@yayolonginos Regarding the number input, what characters are displayed on the keyboard depends on the keyboard you use. We already provide the correct hint but the keyboard has the final saying. I would recommend to recreate the number input in pure widgets similar to a dialer app.