Mike Carter
Mike Carter
The home page should not show the name "Home" in the title tags which get indexed by search engines. ```Home | Umami Food Magazine``` It should just be the sitename...
During installation npm suggests... ``` npm WARN peerDependencies The peer dependency yo@>=1.0.0 included from generator-phaser-official will no npm WARN peerDependencies longer be automatically installed to fulfill the peerDependency npm WARN...
404 errors in the default index.html due to two script files missing: ``` ``` Both these need to be prefixed with the 'dist/' directory. ``` ``` The default Phaser output...
For some users, we've heard that they don't receive the push notifications to their phone when the app is running in the background quietly. As far as we know it...
Running the same code on Android and iOS 10.x devices -- the deviceToken field doesn't seem to get populated for iOS devices. The iOS devices never receive any push notifications....
# Bug Report ## Problem Attempting to build a Cordova app for iOS with "cordova-plugin-inappbrowser": "^6.0.0", ### What is expected to happen? A successful build of the mobile app. ###...