@jackhung Thanks! We will add docs for the methods as well. Thanks for mentioning
argelius
@argelius
Posts made by argelius
-
RE: Navigator
-
RE: Onsen UI with Vue 2 will soon be possible!
@adwidianjaya Thanks! Really happy that you like it :)
-
Onsen UI with Vue 2 will soon be possible!
Vue.js is a lightweight library used to create user interfaces. Its powerful but still intuitive API makes it very easy to learn. Vue has long been a favorite for us in the Onsen UI team and we know that some of our users are already creating apps using Vue and Onsen UI. We are happy to announce that we are currently working on adding better support.
Click here to see the original article
-
Love Pokémon Go? Create your own AR app in Monaca with Wikitude
Recently, Pokémon Go became very popular all over the world. Pokémon Go is using Augmented Reality principles by using smartphone’s camera to recognize objects and draw 3D objects in real-time.
Click here to see the original article
-
Create reusable and future-proof UI components with Custom Elements v1 and Web Components
Onsen UI is a UI component library built on top of Web Components. Web Components is an emerging standard that is designed to make it easy to create reusable UI components using APIs that are native to the browser. One clear advantage of this is that the components that you make are not tied to a single library or frontend framework.
Click here to see the original article
-
Onsen UI 2.0 is here!
It’s been a little over four months since we released the first RC version of Onsen UI 2.0. Since then we have gone through several iterations, ironing out the creases in order to deliver a great UI solution for all hybrid and mobile web app developers out there.
Click here to see the original article
-
RE: Onsen UI v2.0.0-rc.18 with Vanilla JS - ons-navigator doesn't work in Android 4.4.2 and older
@frosdqy Have you tried using Crosswalk? That generally fixes device specific glitches like this.
I think I know why this happens and have added a simple sanity check to fix the error that will be released with the next version.
-
RE: TypeScript Definition for react-onsenui.js?
@juzpermsky We are not planning to do it at this point but if someone wants to contribute definitions it would be awesome :)
-
RE: Preview! Vue.js support for Onsen UI
@beebase: Hi! We have some examples in the repo.
This is the syntax for using the tabbar:
https://github.com/OnsenUI/OnsenUI/blob/master/bindings/vue/examples/components/Tabbar.vueI also love the clean Vue API :)
-
RE: Preview! Vue.js support for Onsen UI
@wagnercsfilho Yes, I really like Vue. It’s the framework I use if I get to chose myself ;)
Vue is not supported right now but we plan to add templates in Monaca IDE.