Giter Site home page Giter Site logo

Comments (6)

RebeccaMichelleK avatar RebeccaMichelleK commented on June 10, 2024 2

That worked! Thanks for the help!

from add-to-homescreen.

damonholzborn avatar damonholzborn commented on June 10, 2024

The solution is available in this pull request:
#270

The fix just updates the CSS to add iOS 11.

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet{
...
}

Becomes ->>

.ath-ios8.ath-tablet,
.ath-ios9.ath-tablet,
.ath-ios10.ath-tablet,
.ath-ios11.ath-tablet{
...
}

and

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon,
.ath-ios10 .ath-action-icon{
...
}

Becomes ->>

.ath-ios7 .ath-action-icon,
.ath-ios8 .ath-action-icon,
.ath-ios9 .ath-action-icon,
.ath-ios10 .ath-action-icon,
.ath-ios10 .ath-action-icon,
.ath-ios11 .ath-action-icon{
...
}

from add-to-homescreen.

damonholzborn avatar damonholzborn commented on June 10, 2024

You can make the notification reappear on your phone by plugging in your phone to your computer and selecting it in the Develop menu in Safari. In the Web Inspector that opens for your phone on your computer, select Local Storage in the left column of the Storage tab of the Web Inspector. From there you can delete the org.cubiq.addtohome row of local storage by selecting it and pressing the delete key. When you reload, it should appear again, per your settings.

from add-to-homescreen.

Amunette avatar Amunette commented on June 10, 2024

Hi,
The action-icon is still missing in the notification.
Is there anything else to do? Unfortunately this update to css doesn't seem to work for me.
I'm using iPhone 6 Plus and iOS 11.2.2
I also have to use jQuery mobile 1.4.5 ..

from add-to-homescreen.

davidjnelson avatar davidjnelson commented on June 10, 2024

the code in #270 works great! makes the action icon appear.

from add-to-homescreen.

meloc avatar meloc commented on June 10, 2024

Worked for me too, thanks!

from add-to-homescreen.

Related Issues (20)

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.