Questions tagged [progressive]

Do NOT use this tag: it is ambiguous. Depending on context, prefer tags like [progressive-web-apps] or [jpeg].

81 questions
1
vote
0 answers

How can we do progressive streaming from local cache in iPhone Application?

All, I have an interesting problem: I need a mechanism to progressively stream video content stored in my local cache. The content stored in the local cache will be downloading in the background. So as and when the download content is available the…
srihariv
  • 159
  • 6
1
vote
1 answer

How to store data in Progressive Web Applications in .Net core 2.1?

I want to store offline data in Progressive Web Applications in .Net core 2.1 in user mobile or i-pad. Once user will come, online, it will automatically send the data to the server .Please let me know any reference.
Saswat
  • 11
  • 2
1
vote
1 answer

How do I add text to jquery script button?

I have this old jquery script for progressive disclosure: (notice the $(this).text('more...') code changes the button text.