cordova
Here are 2,264 public repositories matching this topic...
This uses the latest release of Onsen UI. In case the issue is not reproducible in desktop browsers, just follow the previous steps and also modify the platform version at the end (you can also open the mentioned site on a device).
Environment
Onsen UI Version: 2.10.8
Framework: react-dom 16.8.6 (I think it also forces react to be 16.8.6)
Framework binding: react-onsenui 1.11
The --version parameter in all of the release commands is undocumented. See documentation. Could someone explain what it's used for, and add it to the documentation?
Issue Type
- Bug Report
- Feature Request
- Support Question
- Doc
Description
Information
The splash screen mechanism is not well documented since the plugin is not responsible of the resource copy into platforms. I had to check the cordova prepare code in order to figure out how <splash> tag is handled while I was trying to set an android vector (or svg
ERROR in ./src/main.js
✘ http://eslint.org/docs/rules/ Parsing error: Unexpected token
44 | cordova.initialize()
45 | // 打开此行代码的注释可以打 cordova 的包
46 |
| ^
G:\VueDemo\vue-objccn-master\src\main.js:46:1
^
✘ 1 problem (1 error, 0 warnings)
Errors:
1 http://eslint.org/docs/rules/null
ERROR in ./src/main.js
Module build failed: SyntaxError: G:/VueDemo/v
pod install hangs at "Downloading specs".
This is because the Cocoapods team changed their hosting.
Check this out: LINK
TLRD:
Change the first line of "Podfile" to "source 'https://cdn.cocoapods.org/" instead of the Github thing.
-
Updated
May 23, 2020 - JavaScript
404: Not Found
2020-04-10 23:20:23.778 [info][tid:com.facebook.react.JavaScript] [CodePush] Checking for update.
2020-04-10 23:20:23.779 [info][tid:com.facebook.react.JavaScript] [CodePush] Reporting binary update (1.0.0)
2020-04-10 23:20:23.946 [info][tid:com.facebook.react.JavaScript] [CodePush] Report status failed: {"appVersion":"1.0.0"}
2020-04-10 23:20:23.948 [info][tid:com.facebook.react.JavaScrip
I've tried to setup a custom icon for notifications. If I put my monochromatic icon in platform/android/res/drawable, the icon is not resolved. I've to put the icon in the path platform/android/res/mipmap to make it working on notifications.
-
Updated
Apr 23, 2020 - Objective-C
Hi,
I couldn't figure out from the docs if this uses Cloud Firestore or Realtime Database: https://firebase.google.com/docs/firestore/rtdb-vs-firestore
Or does it support both?
It seems firestore is the recommended approach for new projects.
Bug Report
Problem
What is expected to happen?
delete window.open will restore original window.open function on Electron platform or update documentation.
What does actually happen?
delete window.open removes any window.open implementaiton in Electron wrapper.
Information
apache/cordova-plugin-camera#318 added the ANDROID_SUPPORT_V4_VERSION preference to make com.android.support:support-v4 configurable. As far as I could figure out this was not added to the documentation (README), so this should be done.
If a prepare hook is defined in a platform block, it is not executed when cordova prepare is called without specifying a platform.
My expectation is that the platform prepare hooks will be still be called when a platform is not provided as an argument to the platform prepare command.
For example:
Given the following hook:
<platform name="android">
<hook type="after_prepare"
It would be nice to have support for video tag and his src attribute for small (less then 10MB) mp4 videos.
-
Updated
Sep 27, 2019 - Vue
-
Updated
Jul 9, 2019
Can we conform the name of this?
In the web browser it says "Quick pairing"
In the Home section of the Android app it says "Quick setup"
In the "Create a game" section of the Android app it says "Quick game"
It is all the exact same thing with different names...
I prefer Quick pairing because it is the clearest description. It pairs you quickly with other people by streamlining the choi
A minor issue is that it would be useful if the language of the Tutorials was indicated in the Tutorials table in the README. For example, some of the videos and articles are in Portuguese. One item has a cryptic (pt-br) in the description. Other columns have that and an (en). Perhaps there should be a column in the table to designate the language?
Add Quasar-Play
- Explain setup and workflows with travis, tests, demo project, release, slack-channel, coveralls, david-dm, npm badges, tags ...
- Explain, review docs.
-
Updated
Feb 20, 2020 - Java
Hello,
I have a lot of trouble understanding the documentation of this plugin.
At the beginning you say that I get the global object cordova.file when device is ready.
Then under "Where to store files" you explain the properties of the cordova.file locations.
And then you explain which exact paths these cordova.file locations map to, depending on the platform. Until here everything m
-
Updated
Jan 8, 2020 - JavaScript
-
Updated
Apr 23, 2020 - JavaScript
Improve this page
Add a description, image, and links to the cordova topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cordova topic, visit your repo's landing page and select "manage topics."
Describe the bug
I found that if an item of a simple list contains sub-components, they were regenerated after the component containing the list is mounted.
Is this a bug or simply a misuse of a simple list?
To Reproduce
Steps to reproduce the behavio