phonegap
Here are 515 public repositories matching this topic...
-
Updated
May 23, 2020 - JavaScript
-
Updated
May 24, 2020 - JavaScript
-
Updated
Sep 27, 2019 - Vue
-
Updated
Feb 20, 2020 - Java
-
Updated
Jan 8, 2020 - JavaScript
Hello,
The "Publishing your app in Google Play Store" section of the doc does not seems up to date.
On "Google Play", in the section "App signing", the option specified in the documentation does not exists anymore. Would it be possible to explain how to upload the proper key to "Google Play" ?
my code snippet
window.plugins.toast.showWithOptions(
{
message: "hey Palli",
duration: "long", // which is 2000 ms. "long" is 4000. Or specify the nr of ms yourself.
position:
-
Updated
Apr 17, 2020 - JavaScript
-
Updated
Oct 25, 2019 - Ruby
-
Updated
Mar 11, 2016 - JavaScript
-
Updated
May 18, 2020 - JavaScript
https://documentation.onesignal.com/docs/cordova-sdk-setup
In your documentation you use many detours to don't use Cordova Core, like pure iOS distribution settings with Xcode (especially for iOS Service Extensions).
This is not sustainable with Cordova, because we rebuild the project everytime we add JS or settings in our Cordova App.
So very very huge waste of time to all re-configure Xco
-
Updated
Mar 21, 2020 - Java
-
Updated
Jan 18, 2018 - JavaScript
-
Updated
Nov 2, 2019 - JavaScript
-
Updated
Oct 7, 2019 - HTML
-
Updated
May 25, 2020 - Objective-C
-
Updated
May 23, 2020 - Swift
First, awesome job!
But, I'm having a terrible time getting a data adapter running with persistent data. It seems most buggy roads with Cordova lead to whether or not you're running your code after deviceready. But, how you go about insuring that, confuses me... with all the component files and such...
If I'm running some code to start up a database inside the vuex store, is it safe for me t
It would be great to have a command just for update the f7 version (at least for same v5xxx releases).
-
Updated
Jul 4, 2018 - Objective-C++
-
Updated
Dec 24, 2018 - Objective-C
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
May 27, 2020 - JavaScript
Improve this page
Add a description, image, and links to the phonegap topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the phonegap 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