You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Tremola-Development: virtual backend for the Chrome Browser
2
2
3
-
Rationale: instead of writing JS and HTML code for your app, compile
3
+
### Rationale
4
+
instead of writing JS and HTML code for your app, compile
4
5
in Android and then test it, this "tremola4chrome" environment enables
5
6
you to run it inside a Chrome brower tab.
6
7
7
8
Using Chrome's broadcast feature between tabs, new log entries are
8
9
sent to all tabs where they are funneled to your JS app logic. See the
9
-
attached PDF for details (parts in German).
10
+
attached PDFs for details in "/docs" (parts in German).
11
+
12
+
### MiniApp Instructions for Chrome Browser
13
+
In order to make use of the chrome environment when developing miniApps, you should start chrome with the *--allow-file-access-from-files* flag. On windows, this can be done by simultaneously pressing Windows + R and then inputting:<br> *chrome.exe --allow-file-access-from-files*
14
+
15
+
For an overview of the structure of a miniApp, consult the *miniApps.md* file in the */doc* folder
0 commit comments