I just got started, Hw can I run a code in my mobile browser from the playground.?? | Sololearn: Learn to code for FREE!
Neuer Kurs! Jeder Programmierer sollte generative KI lernen!
Kostenlose Lektion ausprobieren
0

I just got started, Hw can I run a code in my mobile browser from the playground.??

3rd Mar 2017, 1:04 PM
Achebe Peter
Achebe Peter - avatar
8 Antworten
+ 17
visit the code stored on your mobile with a browser like : "file:///sdcard/web.htm" or if you want to launch browser for code playground do it with JS "location.reload();".....
3rd Mar 2017, 1:17 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 17
write absolute path of file after the file:// shematic
3rd Mar 2017, 1:21 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 17
try : "file:///sdcard/me.html"
3rd Mar 2017, 1:32 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 17
How about : "file:///storage/sdcard1/me.html" ?
3rd Mar 2017, 1:37 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 10
@ValentineHacker is right you can copy your code from playground to text editor and save it with extension htm. then open it with browser. in my experience, using firefox instead of chrome is better.
3rd Mar 2017, 1:45 PM
Agus Mei
Agus Mei - avatar
- 1
a Lil confused,am I to go to my browser ND type "file:///...
3rd Mar 2017, 1:20 PM
Achebe Peter
Achebe Peter - avatar
- 1
@Valentine. Do u mean I type"file://me. html"in my browser??
3rd Mar 2017, 1:31 PM
Achebe Peter
Achebe Peter - avatar
- 1
@ Valentine. I don't have an sdcard am using my phone memory
3rd Mar 2017, 1:35 PM
Achebe Peter
Achebe Peter - avatar