Page 1 of 1

[Ionic] - Range input iOS Problem

Posted: Mon Apr 04, 2016 8:34 am
by taucher

Hello,

Range input on iOS is not working.

Regards,

(iOS version is 9.3.1 / Ionic Library 1.1)


[Ionic] - Range input iOS Problem

Posted: Mon Apr 04, 2016 10:15 am
by Hang Cheung

I did work on my IOS 9 too


[Ionic] - Range input iOS Problem

Posted: Tue Apr 05, 2016 12:08 pm
by Evgene Karachevtsev

Hello,

Could you please provide us with more details of your issue: how exactly Range input isn't working in Ionic?
We just tested it and it is working for us.


[Ionic] - Range input iOS Problem

Posted: Tue Apr 05, 2016 1:38 pm
by taucher

Hello Evgene,

Now i found the solution, i was using "inobounce.js" for preventing bounce for ios. It was causing this issue. I disabled it.

For preventing bounce, should i edit the source config.xml or is there another simple way?

Also i wish, Appery.io adds more settings for editing metadata to app settings.

Thanks,


[Ionic] - Range input iOS Problem

Posted: Tue Apr 05, 2016 4:27 pm
by Illya Stepanov

[quote:]
For preventing bounce, should i edit the source config.xml or is there another simple way?
[/quote]

At this point the only way is to modify config.xml file in the Sources view.

[quote:]
Also i wish, Appery.io adds more settings for editing metadata to app settings.[/quote]

What kind of setting options do want to see?


[Ionic] - Range input iOS Problem

Posted: Tue Apr 05, 2016 4:39 pm
by taucher

Hello,

Some of options, i wish to see:

1) "DisallowOverscroll" : Boolean,

2) "webviewbounce" : Boolean,

3) "StatusBarOverlaysWebView" : Boolean,

4) "StatusBarBackgroundColor" : #color,

5) "SplashScreenDelay" : miliseconds

6) "KeyboardDisplayRequiresUserAction" : Boolean

...

Thanks,