Giter Club home page Giter Club logo

phonegap-app-stockpile's Issues

Archived TODO

Pasted from another project
From @hollyschinsky:

  • Review/merge 3 outstanding pull requests for Split Panel template
  • Implement any feedback from users of docs (Herm)
  • Update a couple screenshots due to side menu background color change PR
  • Add a blurb about the icons?
  • Determining best location for docs based on current docs structure/side menu
  • Blog post written
  • If we include all templates in the announcement, one additional to do is to ensure they're all updated with the latest changes we agreed on in yesterday's call
  • Add Adobe code headers to Stockpile

Add absolute basic iPhoneX support

Add viewport-fit=cover to the viewport meta tag in index.html.

This won't allow full screen notch support, but it will at least eliminate the strange white borders.

Splash screen image for Apple required

We should add the following tag to index.html:

<link  rel="apple-touch-startup-image"  href="img/Default-Portrait.png">

and create an image to go with it. This will be used when the app is started from the home screen of an ๐ŸŽ device

npm run build not reading uncommited config.js on local repo

Discovered this issue when I was trying to set up the deployment of the Stockpile on Firebase.

I had modified src/utils/config.js file on my local repo with my Adobe Stock API key.

I did not commit the changes in src/utils/config.js because I did not want to my Adobe Stock API key to be stored in the repository.

When I used npm run build to create the production build of the App for deployment on Firebase, it did not use my uncommitted version of src/utils/config.js, the build script used the last committed version of src/utils/config.js which contains a placeholder value for the Adobe Stock API key.

To get around this issue, I had to create a local branch and commit my modified src/utils/config.js before running npm run build to get the production build of the App to use my Adobe Stock API key.

[Android] Navbar fails to reappear under certain circumstances

Repro steps:

  1. Search for 'cats'
  2. Tap on a cat pic in the results
  3. Tap on the cat pic in the details screen
  4. Tap on the cat pit to put the image in viewer mode (for pinch zooming, etc) -- this hides the navbar to display just the image
  5. Hit the Android back button to go back to the details screen
  6. The Material navbar will still be hidden

The navbar will only come back if you again tap on the cat pic in details, returning you to the image view screen, then tap on the image to show the navbar in view mode.

This seems to be a bug in F7, but I will confirm.

Service worker registration is inline

It would be a lot better if we could have that registration src as a file so that we could remove 'unsafe-inline' from the CSP to protect from XSS, etc.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.