Closed mikklfr closed 8 years ago
Added isAppCacheReady to know if there is a native app cache.
Sample code : sugarizerOS.isAppCacheReady(function(response) { console.log("IsAppReady : " + response.ready); })
ready is a boolean
To try the functionality, you can call the sampleCode
The first call should return response.ready => false The second call should return response.ready => true
Great, thanks.
Added isAppCacheReady to know if there is a native app cache.
Sample code : sugarizerOS.isAppCacheReady(function(response) { console.log("IsAppReady : " + response.ready); })
ready is a boolean
To try the functionality, you can call the sampleCode
The first call should return response.ready => false The second call should return response.ready => true