A fallback is a design pattern useful in situations, when certain advanced functionality may be used only if certain conditions are met. If the conditions cannot be fulfilled, algorithm reverts to the so-called fallback function, which achieves the goal using less sophisticated methods.
Questions tagged [fallback]
508 questions
14
votes
2 answers
Fallback image with CSS
I have an
that shows a remote image.
I want it to fallback to another local image, in the case where the remote one is not reachable.

Kamafeather
- 8,663
- 14
- 69
- 99
14
votes
6 answers
TouchID forward to system passcode authentication
I want to use TouchID authenticate my own app.
1.I want user can click 'Enter passcode' to invoke system build-in passcode screen to authenticate,if success then enter my own app.
But I don't how know to make it forward to passcode authenticate…

eric
- 261
- 1
- 4
- 11
14
votes
6 answers
Fallback (default) image using Angular JS ng-src
I'm trying to set an image source using data returned from a modal. This is inside an ng-repeat loop: