script tag

1639 questions


1 answers
77 views
0
Control Home Buttons with Hybrid Apps

I am currently developing a hybrid app with monaca.I want to stop going back to the platform when the home button of the terminal is pressed.I don't want to close the app, I want to leave it as it is....

1 years ago

1 answers
67 views
0
I want to keep the image attached when I zoom in or out.

I want to make the spacing between the images the same when zooming in and out of the images connected vertically and horizontally, but it doesn't work.I was able to write a program to zoom in and out...

1 years ago

1 answers
43 views
0
The recipient is not configured.suddenly received an error message.

Is there a chance that something that has been functioning normally suddenly becomes an error?I reply automatically with the following settings.But Failed to send mail: No recipient specified (line 69...

1 years ago

1 answers
47 views
0
I want to define the type in the Json file (associative array) returned from the API in TypeScript.

If you go to the URL below, the data from the GitHub repository will be returned as a Json file. Could you tell me how to define the type for items with multiple objects in the array?https://api.githu...

1 years ago

2 answers
56 views
0
About JavaScript console.log

As for js, I am not good at taking out values as I expected when displaying objects and arrays in console.log.For example, if there is an array called test and the following data is displayed in conco...

1 years ago

1 answers
80 views
0
Unable to use jq command

1. When creating vpc in cli, the jq command was used and the vpcid output was successful.2. There was a problem enabling the DNS hostname 3. The echo$vpcid should print the defined vpcid, but nothing

1 years ago

1 answers
110 views
0
How do I apply awk to the path within the shell script?

In the shell script, I wanted to get the directory at the bottom of the path specified in the argument, so I wrote:■test.sh #!/bin/shmyfol=`awk-F/{print$NF}${1}`mylog=2016_${myfol}.txttouch${mylog}■ R...

1 years ago

1 answers
40 views
0
Google Apps Script Run Environment Determination

Attempting to run the V8 engine in Google Apps Script I have a question.I think the GAS engines are V8 or Rhino, but how should I judge these two?Also, how can I determine if a code is working in a no...

1 years ago

1 answers
116 views
0
Save the image to any directory in FILEAPI

I am studying FILEAPI at Monaca, but sometimes I cannot implement it even if I look at the documents on the website.https://docs.monaca.io/ja/reference/cordova_6.2/file/In this document, I am studying...


1 answers
38 views
0
GAS cannot add more than one member when creating a new Trello card

GAS is creating a new Trello card from Google Spreadsheet.The Trello specification should allow you to assign more than one member to the card, but if you try to do so with GAS, you get an error.Pleas...

1 years ago
« - 72 - »

© 2024 OneMinuteCode. All rights reserved.