Questions tagged [onsen-ui]

Onsen UI is a front-end framework for developing hybrid mobile apps in HTML5. It supports both Flat and Material Design and is framework agnostic.

Onsen UI provides a set of UI components for developing hybrid mobile apps in HTML5. It is built on top of Web Components and is compatible with any framework such as AngularJS, Angular 2, React, Vue, etc.

Before asking a question please take a look at the documentation since a lot of questions already are answered there.

Onsen UI is an open source project and the code is available on GitHub. It's released under the Apache license.

1153 questions
-1
votes
1 answer

How to bind a variable to objects in AngularJS?

In the below code and after using bind(this), I was able to use this.name in configureItemScope. However when I call updatename() the value of itemScope.item does not get updated. it seems it's not binding to…
scatman
  • 14,109
  • 22
  • 70
  • 93
-1
votes
1 answer

AngularJS submit call don't work

I start with Angular JS and I can not find the answer on the forums. I use Onsen UI with Angular and I try to make an AJAX request with Angular and just to submit it form it does not work My Code : ons.bootstrap() .controller('contactController',…
-1
votes
1 answer

What could prevent iOS10 to show img hosted on Windows Server 2008

I’d wrote an app who download pictures taken by trail cameras. It were working fine until user began to upgrade to iOS 10. Now, picture are not displayed anymore. I can see in debugger the downloaded images and with right urls. Usually, images…
-1
votes
1 answer

Need a login page without ons-splitter

How can I have a ons-splitter only appearing after the login page? I have a splitter menu and four more pages, all of them need to open this splitter. But before all of it, I have a login page that I want to prevent the splitter to open (swipeable)
-1
votes
1 answer

Does onsen ui cause performance problems when used in web sites?

I want to use onsen for a mobile web app. Most people seem to use it with phone gap/cordova so that the result can be installed as an app. Am I going to have performance issues if I use it for a website? The minified JS alone is 350kb and the…
i8abug
  • 1,692
  • 3
  • 19
  • 31
-1
votes
2 answers

How can i make links from the ng-repeat and pass the values to another page? Angularjs

I'm trying to send the data once the person press on the link and display it in another page. I have looked all around but everything i try doesn't let me do what i need. this is my html. Page1 …
Ivan Montes
  • 91
  • 10
-1
votes
1 answer

Change Onsen UI menu style

I want to change the style of the side menu but after trying several changes to onsen-css-components-blue-basic-theme.css I can not find the element that contains the edge shadow (see below image). I want to remove the shadow from the menu - which…
drew
  • 105
  • 10
-1
votes
1 answer

How to provide one heading for complete page when using "Split-view" page in onsen ui

I am working in Onsen Ui split view page functionality. I am creating a page from this link. My requirement is provide top title for complete page.
donald
  • 11
  • 1
-1
votes
1 answer

passing data between pages through navigator in ajax request success function

in my angular js controller i have an ajax request which is returning me an object : var d= $myformdata; $.ajax({ type: "POST", url: url, data: d, success: function(message){ console.log(message); myNavigator.pushPage('confirmation.html',…
Abdul Basit
  • 125
  • 1
  • 3
  • 14
-1
votes
1 answer
-1
votes
1 answer

onsen-ui navigator and sliding menu

this is my working sliding menu without the navigator, at this stage it works fine :
Anina
  • 453
  • 3
  • 18
-1
votes
1 answer

Phonegap getPhoto not working

The documentation here works great, but when I add the code to my application, the getPhoto part returns 'content://media/external/images/media/16053' and doesn't load the image into the img element, it uploads to the server fine. It's just on my…
jason
  • 117
  • 1
  • 5
-1
votes
1 answer

onsen notification to auto close after a set time

Hi I am using Onsen as part of a AngularJS Phonegap/Cordova project. I was wondering is it possible to to automatically close an Onsen notification after a set time. Also is it possible to not include the button? My current notification is shown…
D Prinsloo
  • 346
  • 2
  • 6
-1
votes
1 answer

Send one controller value to another in angularjs with different views

i am building an Mobile App using ONSEN UI. I am using angularjs as supporting JavaScript framework. Here is how i have 2 views in a single page template.
user3201500
  • 1,538
  • 3
  • 22
  • 43
-1
votes
1 answer

i want to pass html code from angularjs to onsen page or pass an array to js in onsen page

Here is my code in angular controller: $scope.showClients=''; for (var i = 0; i < data[0].nomBCL.length; i++) { $scope.showClients+=''; $scope.showClients+=''; …
1 2 3
76
77
'+data[0].nomBCL[i]+''+data[0].tmsBCL[i]+'