script tag

1639 questions


2 answers
57 views
0
I would like to close the application when I press the home button.

I am developing an ios app in monaca.The application seems to be running in the background even when I press the home button.If you go back to the app, you will be returned to the screen of the game t...


2 answers
82 views
0
How to Perform Google Oauth 2.0 Authentication with Monaca

This is my first time to ask you a question. Monaca produces Google collaboration applications that support iOS and Android.Until now, I used to do OAuth authentication for Google on the webview, but ...


1 answers
32 views
0
a Insert onclick in tag

<a href=example.com class=a>I would like to add an onclick event using regular expressions to a tag like the one above.How will it work?Please let me know if you know more.Thank you for your coo...

2 years ago

1 answers
39 views
0
HTML has not changed even though jQuery animates it.

$(function(){ var duration = 300; $('#buttons1button:nth-child(-n+4)') .on('mouseover', function(){ $(this).stop(true).animate({ backgroundColor: '#ae5e9b', color: '#ffff' }, duration); }) .on('mous...

2 years ago

2 answers
18 views
0
I don't want to use "../" in JavaScript test code import path specification

Currently, I am thinking of writing a test using a combination of gulp+babel+mocha.The production code is located under the root/src/modules directory.I would like to place the test code under root/te...

2 years ago

1 answers
128 views
0
Vue.js + Nxt.js + I want to manipulate the variables of the components called out in the TypeScript application from pages.

As stated in the title, I am creating a web application using [Vue.js+Nuxt.js+TypeScript], but I have done an operation on the Component variables from Pages, which is applying Layouts, but it is comp...

2 years ago

2 answers
81 views
0
If you try to average a large number with awk, it will overflow with digits.

There are several days' worth of files retrieved from vmstat-a5.In order to calculate the average memory usage, I would like to know the average usage of Free, but when I add it with awk, it overflows...

2 years ago

1 answers
131 views
0
Want to invoke variables defined in preload from the Electron render process

I want to invoke the variables defined in the preload from the Electron renderer process.The Electron version is v19.0.4.We have created the following code according to the

2 years ago

1 answers
17 views
0
I want to read the file in the form of blob.

I'm a beginner at javascript, but We create a web application by combining sample codes.I have a question about loading files.In html<input type=file class=input_02_file multiple/>and in .jsvar ...

2 years ago

1 answers
67 views
0
How to open the Google Maps app installed in monaca

Monaca is developing a hybrid app that supports both Android and IOS.When I press the link, I want to pass the coordinates of the current location and destination so that the Google Maps installed can...

« - 112 - »

© 2024 OneMinuteCode. All rights reserved.