@jackhung Thanks! We will add docs for the methods as well. Thanks for mentioning
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.
-
Preview! Vue.js support for Onsen UI
Vue.js is a frontend framework for creating reactive components. It provides a very simple but powerful API. Its simplicity makes it very easy to get started writing apps.
Click here to see the original article
-
Creating a Pokémon application using the Angular2 CLI
We recently launched the beta of our Angular2 components for Onsen UI. Angular2 is a brand new framework and people are just starting to get familiar with it. We have decided to start a series of articles to help people get started with the framework. This article is the first in the series and will explain the very basics such as how to set up the environment and how to create and run a simple app.
Click here to see the original article
-
RE: OnsenUI 2 React version "TypeError: _ref is undefined"
In the
renderToolbar()
method you use a variablenavigator
but it doesn’t exist. Since it looks like you pass the Navigator component as a prop maybe you should dothis.props.navigator
instead.Which line is causing the error?
-
RE: OnsenUI 2 - Chrome 'flicker' when infinite scrolling with <LazyList /> (not with Safari, FireFox, Edge)
Hi @curtispatrick84 !
Looks like there is an issue in Chrome. Can you please open an issue on GitHub so we can track this issue?
-
RE: Type definitions for Onsen UI 2.0
@Rickenhacker We are not currently planning on writing definitions for the React components but of course we welcome any contributions :)
-
RE: Creating a Cordova Hybrid App with React, Redux and Webpack
@b4lthazar Sorry for the late response!
Actually we are currently improving the Navigator to work with Redux. The current implementation is a bit hard to integrate since it has some methods with side effects.
The new navigator will be stateless and controller only by its props.
-
Real time Chat App with OnsenUI and Horizon!
A lot of modern apps like Twitter or Facebook work in real time: They update themselves when new information is available without the user pulling to refresh. With modern real time database like RethinkDB and the JavaScript Framework Horizon this task is as easy as writing any other JavaScript Application. In this tutorial we will build a simple chat app with MobX and the React Components for Onsen UI.
Click here to see the original article
-
RE: Creating a Cordova Hybrid App with React, Redux and Webpack
@Serge-van-den-Oever Did the clone command in the article not work for you? Are you using Windows?
-
Creating a Cordova Hybrid App with React, Redux and Webpack
In this article we will take a look at how to create a Cordova hybrid app using Onsen UI and React. We will create a full-fledged weather application that uses Redux to manage the state and Onsen UI to create a beautiful UI.
Click here to see the original article