onsen-ui tag

105 questions


1 answers
113 views
0
To use the control of the selection system for the Use Dialog dialog in the Onsen UI Guide

For example, Switch Code <label class=switch> <input type=checkbox class=switch__input> <div class=switch__toggle></div></label>if you write <ons-page></ons-page...

2 years ago

1 answers
102 views
0
change the size of monaca textarea

I started studying monaca by modifying the notepad of the reference program.In the first state, the textarea for writing notes is very narrow, but I don't know how to make it bigger.Is it impossible w...

2 years ago

1 answers
119 views
0
I want to use monaca's contact plug-in to display a list of contacts.

I would like to use the angel+monaca contact plug-in to display a list of contacts.app.controller('MainController', function($scope){    document.addEventListener(device ready, function(){  var optio...


1 answers
85 views
0
How to Create Your Own Page Stack

Top page as AA→B→Ctransition and A→X→YThere is a transition called .You can use pushPage() and popPage() respectively.I would like to transition from C to Y this time, but I would like to transition b...

2 years ago

1 answers
74 views
0
Site Cannot Be Displayed

I use monaca to create an app that displays websites, but when I run the app on my device,net::ERR_BLOCKED_BY_RESPONSEis displayed, and even on the monaca debuggerRefused to display 'http://www.Addres...


1 answers
77 views
0
Information on customizing ons-toolbar

I think the structure of ons-toolbar is basic, but <ons-toolbar><div class=left>...</div>>div class=center>...<div class=right>...<div>>>>>div>>&g...

2 years ago

2 answers
50 views
0
Is it possible to move from the Onsen UI tab to the tab?

It's just like the title.I don't know if I can do it or not.Thank you for your cooperation.<ons-tabbar> <ons-tab page=home.html active=true> <ons-iconion=ion-home></ons-icon> &...

2 years ago

1 answers
100 views
0
How Onsen UI Prepares Transition Destination Pages as Separate html Files (Non-Angular)

I am creating a SPA with Onsen UI (v2 series).I'm building it without using frameworks like Angular or Vue.When I click on ons-list-item, I want to transition to hoge.html and return to index.html wit...