Sebastian Werler
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...
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:...
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...
ssia... Should be done before v1.3 release
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...
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....
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...
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...