cordova tag

77 questions


1 answers
78 views
0
If you do not specify a Team and Provisioning Profile when building iOS apps on Xcode, you will get an error.

I am using Xcode 8.2.1.I'm trying to build a project using a Push Notification.If you do not specify a Team, the Status of Signing will be Signing for IdentifyName requires a development team.and the ...

2 years ago

1 answers
74 views
0
Can you make an application that supports background operation with cordova?

I was going to create an alarm application with monaca, but it didn't support background operation.Is it possible to use the original cordova?Also, which of the following specifications can you create...


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


1 answers
57 views
0
I want to open an external site using ons-tabbar-item.

Thank you for your help.If you write the URL of an external site in the page attribute of ons-tabbar-item, it opens in the app, so You will no longer be able to go back and so on.Therefore, when I tap...

2 years ago

2 answers
81 views
0
Is Cordova's JS loader.js?

Sorry for the rudimentary question.When I want to use cordova's js, should I use components loader.js?

2 years ago

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


1 answers
79 views
0
I want to get a list of files in the folder

I'd like to use Cordova api to get a list of files in a folder.dir.rootDir=a2015/;window.requestFileSystem(LocalFileSystem.PERSISTENT, 0 , function(fileSystem){ dir.root=fileSystem.root; // Create w...

2 years ago
« - 8 -

© 2024 OneMinuteCode. All rights reserved.