Questions tagged [onsen-ui2]

Onsen UI is an open source front-end framework for hybrid mobile apps and Websites with native look and feel.

About

Onsen UI is an open source front-end framework for hybrid mobile apps and Websites with native look and feel. It is a part of Monaca Cloud platform, a collection of development tools, including a debugger and remote build service.

Links

116 questions
1
vote
1 answer

SortableJS not working with Onsen UI on desktop

Just copy-pasted the example code from Sortable's docs. It works fine on any touchsreen device, but as soon as I view it on Chrome or any other desktop browser it stops working. No error, you just can't drag anymore. Onsen UI's JS probably…
KVN
  • 13
  • 2
1
vote
0 answers

How to call disableAutoStyling() in angular2 onsen framework

I am new to angular2 and onsen ui framework. I want to use IOS style in both Android and IOS devices. I can see examples to call ons.disableAutoStyling() in JS to force devices to use IOS style. But I am not able to call this function in Angular2.…
1
vote
0 answers

How to get ons-navigator to work with Vue.js?

I am trying to build a simple list details app using Vue.js but I can't even get the fundamental page transitions to work. Here is what I have so far: In App.vue: