-
-
Notifications
You must be signed in to change notification settings - Fork 13
loadingView
Wesley De Groot edited this page Nov 24, 2015
·
7 revisions
### Example (gif)
evaluateScripts(['https://wdg.github.io/tvOS.js/tvOS.js'], function (success) {
if (success) {
//
// Show loading indicator with custom text ('Booting')...
tvOS.showLoadingIndicator('Booting')
//
// Timer!
setTimeout(function () {
// Remove Loading indicator...
tvOS.removeLoadingIndicator()
}, 3000)
} else {
console.log('Missing it all!')
}
})
Go to: issues/3
Wesley de Groot • CC-BY 4.0