Skip to content
#

cordova

Here are 2,264 public repositories matching this topic...

bytecode1024
bytecode1024 commented Apr 20, 2020

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

pitust
pitust commented Jul 4, 2019

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

Jule-
Jule- commented Apr 17, 2019

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

xclidongbo
xclidongbo commented Apr 10, 2020
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
jskrepnek
jskrepnek commented Nov 14, 2018

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"
landry314
landry314 commented Oct 1, 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

gmeader
gmeader commented Jul 12, 2019

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?

R-obert
R-obert commented Apr 26, 2020

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

Improve this page

Add a description, image, and links to the cordova topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the cordova topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.