Skip to content

Commit 0fa2fe5

Browse files
authored
Merge pull request #16 from ssbc/tremola4chrome
updated Tremola4chrome
2 parents 7432753 + 2f2db58 commit 0fa2fe5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

57 files changed

+8181
-0
lines changed

.idea/workspace.xml

Lines changed: 52 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

android/tremola4chrome/README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Tremola-Development: virtual backend for the Chrome Browser
2+
3+
### Rationale
4+
instead of writing JS and HTML code for your app, compile
5+
in Android and then test it, this "tremola4chrome" environment enables
6+
you to run it inside a Chrome brower tab.
7+
8+
Using Chrome's broadcast feature between tabs, new log entries are
9+
sent to all tabs where they are funneled to your JS app logic. See the
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
Lines changed: 49 additions & 0 deletions
Loading
Lines changed: 52 additions & 0 deletions
Loading
Lines changed: 57 additions & 0 deletions
Loading
Lines changed: 51 additions & 0 deletions
Loading
Lines changed: 4 additions & 0 deletions
Loading
190 KB
Loading
Lines changed: 75 additions & 0 deletions
Loading
19.3 KB
Loading
5.4 KB
Loading
Lines changed: 4 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)