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
0
votes
1 answer

How do you add a list to another list in onsen-ui?

I'm using the react version of onsen-ui. Is there a good way to add a list into another list? I'm looking for something like jQueryMobile's collapsible/accordion lists.
Lifz
  • 690
  • 6
  • 10
0
votes
0 answers

What is the correct way to remove an Onsen UI component from the DOM?

I'm new to Onsen UI and currently using version 2.0.0-rc.15. What is the correct way to remove an Onsen UI component (e.g. , ) from the DOM using vanilla JavaScript (or jQuery)? Do we remove it like how we remove a HTML…
icaru12
  • 1,522
  • 16
  • 21
0
votes
3 answers

Moving from page to page creates errors (duplicates?)

I'm trying to use the pushPage() function of the OnsenUI 2 (rc15 as of now). Alongside the OnsenUI, I'm using jQuery 3. Here is my function that upon clicking certain elements should push a page: $(".tile_handler").on("click", ".imalink", function…
rancor1223
  • 356
  • 2
  • 16
0
votes
0 answers

OnsenUI + React - Unexpected output in Chrome

This is my first time using OnsenUI with React. I really tried to copy the monaca helloworld example component parts, such as the page and toolbar and I'm expecting to see an output like an iOS screen on chrome, but instead I got this. I'm using…
Cyval
  • 2,429
  • 4
  • 16
  • 27
0
votes
1 answer

onsen ui (2 rc5) ons-bottom-toolbar angular template TypeError: Cannot set property 'nodeValue' of undefined

I tried some thing like this: {{ 'show this text in bottom toolbar' }} and I get this error TypeError: Cannot set property 'nodeValue' of undefined at interpolateFnWatchAction (angular.js:8878) at…
Morteza Tourani
  • 3,506
  • 5
  • 41
  • 48
0
votes
3 answers

How I can get the X and Y from some move event on canvas?

I am developing an app with Cordova + Onsen Ui 2 + javascript, but I am getting problems to get the coordinates X and Y from javascript move events. I tried mousemove (it didn't fire) and drag (but I got undefined when I tried to get pageX or…
0
votes
1 answer

onsen ui jquery code doesn't work in main page on calling main page via ons-sliding menu

I am using onsen ui sliding menu for my app and this is the code I'm using for sliding menu: but…
guilemon
  • 132
  • 12
0
votes
2 answers

Passing data to new page using Onsenui

I am trying to call an API end point once a user clicks a button holding a myNavigator.pushPage() request. However,I can not get the $scope data generated from the $http.get request to be passed to the new page. If I test using console.log('test');…
condo1234
  • 3,285
  • 6
  • 25
  • 34
-1
votes
1 answer

Update Cordova jQuery Mobile app to more modern

I have a very old Cordova app, works well for the purpose, but looks so outdated. It uses pretty basic JavaScript, HTML & CSS with some help from jQuery and jQuery Mobile, and contains a few pages in separate files. It is built only for Android so…
-1
votes
2 answers

Monaca: Where is the jquery after I install it in monaca with onsenui

In Monaca, I installed JQuery using File | Manage JS/CSS components... Added the JQuery (Monaca version) 2.03 Pressed save, and don't see the JQuery file(s) in my project. Where are they?
pashute
  • 3,965
  • 3
  • 38
  • 65
-1
votes
1 answer

Onsen UI 2 demo: property does not exist

The "hello world" example at https://github.com/OnsenUI/angular2-onsenui-kitchensink does not work for me. After a npm start I get the following errors: ERROR in [default]…
Viatorus
  • 1,804
  • 1
  • 18
  • 41
1 2 3 4 5 6 7
8