view tag

215 questions


1 answers
71 views
0
I want to swipe the cell to the left to display the Delete button and the Details button.

I'd like to swipe the cell to the left and display the Delete button and the Details button to delete the cell and transition to the Details page.The Delete button successfully wrote the following cod...

2 years ago

1 answers
113 views
0
I want to determine whether there is a cache or not when I read the cache on the webview.

webView.getSettings().setCacheMode(WebSettings.LOAD_CACHE_ELSE_NETWORK);I would like to determine if there was a cache during page transition while caching in this way.

2 years ago

1 answers
93 views
0
Show number of Swift CollectionView taps

I would like to know how to count the number of taps per cell when I tap CollectionViewCell on Swift and display them in each cell.The count is from the start to the end of the application. How should...

2 years ago

1 answers
169 views
0
Create a login form in the iOS app

I would like to create a login form with the iOS app.The image I want to create is the screen below.I am trying to create this email address and password entry in Contents: Static cells in TableView.(...


1 answers
129 views
0
Title acquisition in Android WEB view is strange when you move from page to page.

Using WebView to create RSS readers.I would like to use getTitle() to keep the information on the page I am currently viewing and bookmark it.GetTitle does not work properly after page movement.Out of...


1 answers
81 views
0
About Swift TableView Linking

Sorry for the basic question.Why do I link data source and delete on storyboard when I use tableView on Swift?I've been looking at how to use tableView on various sites, but I don't know the differenc...

2 years ago

1 answers
81 views
0
Data updates and Cell updates after TableView has been sorted

Hello I'm in trouble because I can't find it even if I look into it.I would like to ask you about updating cells when sorting UITableView functableView(tableView: UITableView, moveRowAtIndexPath sourc...

2 years ago

1 answers
80 views
0
I want to invoke any JavaScript method from Android

I use Android Studio to set up WebView in Java to display any HTML.Therefore, I would like to interconnect Android with JavaScript in HTML.First, for JavaScript→ Android (Java), I succeeded in calling...


1 answers
106 views
0
How to use TableViewCell when using TableView on Swift

Please tell me how to use multiple TableView Cells when using TableView on Swift.As an image, I would like to display two different cells in one table.As for the atmosphere, I would like to display th...

2 years ago

1 answers
61 views
0
How to Return to Local from a Web Page

I have a question because I didn't understand the document.If you display a web page in the Monaca app with <a href=URL>, you should open a web page in the app.Is it possible to return to the lo...

2 years ago
« - 4 - »

© 2024 OneMinuteCode. All rights reserved.