Sebastian Werler

Results 9 issues of Sebastian Werler

The defintions of config.json should be accessible in the application/framework to e.g. distinguish proxy use for requests or not when in a native or web container.

Based on the proxy definition in config.json M.Request should have the functionality to automatically decide between direct URL or proxy URL whether the app's running in a container or web...

01 - Feature Request
To be proofed

Right now, if you want to have different event types being bound to one handler, you have to write duplicated code like this: ``` javascript events: { tap: { target:...

01 - Feature Request
02 - Low

The following will lead to an unrendered Toolbar: ``` javascript footer: M.ToolbarView.design({ childViews: 'title', title:M.LabelView.design({ value: 'FOOTER', anchorLocation:M.LEFT }), anchorLocation: M.BOTTOM }) ``` We must add an empty element in...

01 - Feature Request

ssia... Should be done before v1.3 release

01 - Feature Request
03 - Medium

By now, the setActiveItem method of the M.CarouselView only takes the CarouselItemView object or the ID of such an item as parameters. It would be nice to be able to...

01 - Feature Request
03 - Medium

It exists the requirement to style a view depending on the value it receives. Example: once a label has the value 'Completed' it shall be displayed in green text color....

01 - Feature Request
04 - High

If a list is empty, an "emptyView" should be displayed that can be defined by the developer. Also the list should remove its items, if a flag "shouldEmptyList" (that also...

01 - Feature Request

Right now, it's only possible to load the places library additionaly (via `loadPlacesLibrary` flag). It should be possible to pass an array of libraries that shall be loaded on Google...

01 - Feature Request
03 - Medium