JSFiddle - React, Tailwind, and code Playground
by dshilkret
HTML
<div ng-show = "data._mobileDebug == 'mobileDebug' && (data.isAdmin || data.isDebugUser)" >
<div id="logUA"></div>
<button ng-click="c.mobileDebug()">Mobile Debug - Local Storage</button></br>
<button ng-click="c.mobileDebugSession()">Mobile Debug - Session Storage</button></br>
<button ng-click="c.mobileDebugCookie()">Mobile Debug - Cookies</button></br>
<button ng-click="c.mobileDebugUA()">Mobile Debug - UA</button></br>
<button ng-click="c.mobileDebugClear()">Clear</button>
<table class="tableDebug" id="log">
<tr class="tableTRDebug" id="logTR"><td class="tableTDDebug"><b>Key</b></td><td class="tableTDDebug"><b>Value</b></td></tr>
</table>
</div>