Start a new topic

Using android's native range control

Using android's native range control


In Browsing POIs range control sample, the range control is a jquery widget that launches on the click of the range button which is also a jquery widget. My question is - Is it possible to use androids native range control for this purpose? The range button still can  be a html button or a jquery button, but when the button is clicked I want to lauch android's native range control somehow and get the range value from it. Is that possible?

Thx

K. Ramesh

Hello, anyone? Is this not possible?

Thx

 

Hi Ranesh,

Feel free to e.g. add a SeekBar on top of the architectView and call architectView.setCullingDistance(valueMetersLarger0) on changes.
Keep in mind that in this case you need to reimplement the feature on other platforms in a native way too, if requested / required.

Kind regrads
Login or Signup to post a comment