ui tag

177 questions


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

1 years ago

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

1 years ago

1 answers
71 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
75 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...

1 years ago

2 answers
47 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> &...

1 years ago

2 answers
70 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...

1 years ago

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