Shift2App
Home chevron_right Code Playground
science

Code Playground

Test shift2appjs functions interactively

Interactive Playground

Run code and see results

info
Test in Your App

This playground works best when viewed inside your Shift2App. In a regular browser, shift2appjs will be simulated.

Live Code Editor

Output:

Example Snippets

Click to load into playground

🍞 Show Toast

shift2appjs.showToast("Hello!")

📱 Get Device Info

JSON.parse(shift2appjs.getDeviceInfo())

🔋 Check Battery

shift2appjs.getBatteryLevel()

💾 Storage Example

setItem / getItem

🌐 Network Status

shift2appjs.getNetworkStatus()

â„šī¸ App Info

shift2appjs.getAppInfo()
dashboard Dashboard menu_book Docs science Playground