ui tag

177 questions


1 answers
95 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
66 views
0
Understanding How SwiftUI Saves Custom Objects to Firebase

Question detailsI'm studying how to save and retrieve data from SwiftUI to Firestore.I tried to save the custom object and write a test code to retrieve it, but I couldn't deal with the following erro...

2 years ago

1 answers
82 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
85 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
57 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

2 answers
82 views
0
Learn how to make SwiftUI respond individually to tap gestures from views arranged using the ForEach syntax.

Question detailsWhen I tapped the views arranged using the ForEach syntax in SwiftUI, I wanted to move them so that only the tapped views change color, so I first created the following test code:I hav...

2 years ago

1 answers
108 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...