From 11d9dc7440300571be627bbd7d939c494193375b Mon Sep 17 00:00:00 2001 From: SheetJS Date: Mon, 10 Jun 2024 00:18:22 -0400 Subject: [PATCH] Mobile App testing grid --- docz/data/cli.xls | 2 +- docz/data/mobile.js | 14 ++ docz/data/mobile.xls | 154 ++++++++++++++++++ .../03-demos/17-mobile/02-nativescript.md | 38 +++-- docz/docs/03-demos/17-mobile/03-quasar.md | 118 ++++++++++++-- docz/docs/03-demos/17-mobile/04-ionic.md | 16 +- docz/docs/03-demos/17-mobile/index.md | 37 ++++- docz/docs/03-demos/20-cli/12-bunsea.md | 1 + docz/docs/03-demos/42-engines/index.md | 4 - docz/static/nativescript/and.png | Bin 66568 -> 62758 bytes docz/static/nativescript/ios.png | Bin 79612 -> 42653 bytes docz/static/nativescript/step7.png | Bin 40787 -> 22264 bytes docz/static/quasar/and.png | Bin 105609 -> 72582 bytes docz/static/quasar/ios.png | Bin 73713 -> 75013 bytes 14 files changed, 337 insertions(+), 47 deletions(-) create mode 100644 docz/data/mobile.js create mode 100644 docz/data/mobile.xls diff --git a/docz/data/cli.xls b/docz/data/cli.xls index f3f3b94..9081dcd 100644 --- a/docz/data/cli.xls +++ b/docz/data/cli.xls @@ -98,7 +98,7 @@ - + diff --git a/docz/data/mobile.js b/docz/data/mobile.js new file mode 100644 index 0000000..7c129b0 --- /dev/null +++ b/docz/data/mobile.js @@ -0,0 +1,14 @@ +import { read, utils } from 'xlsx'; +import url from './mobile.xls'; +import React, { useEffect, useState } from 'react'; + +const FrameworkData = () => { + const [fw, setFW] = useState(""); + + useEffect(() => { (async() => { + const wb = read(await (await fetch(url)).arrayBuffer(), { dense: true }); + setFW(utils.sheet_to_html(wb.Sheets["Frameworks"])); + })(); }, []); + return (
); +}; +export default FrameworkData; diff --git a/docz/data/mobile.xls b/docz/data/mobile.xls new file mode 100644 index 0000000..e9eab4f --- /dev/null +++ b/docz/data/mobile.xls @@ -0,0 +1,154 @@ + + + + + 10620 + 11020 + 2260 + 19600 + 1 + False + False + + + + + + + + + + + + + + + + + + + Real Device + MacOS Sim + Windows Sim + Linux Sim + + + Platform + iOS + Android + iOS + Android + iOS + Android + iOS + Android + + + React Native + + + + + + + + + + + NativeScript + + + + + + + + + + + CapacitorJS + + + + + + + + + + + Ionic + + + + + + + + + + + Dart + Flutter + + + + + + + + + + + Quasar + + + + + + + + + +
+ + +
+