Webbrowser: Difference between revisions

From Vita Developer wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 5: Line 5:
* Javascript 1.7
* Javascript 1.7
* partial HTML 5
* partial HTML 5
* Partial Video support (added from 2.10 update)


Does not support:
Does not support:
Line 20: Line 21:


[http://www.youtube.com/watch?v=IFyTEd_SgLs]
[http://www.youtube.com/watch?v=IFyTEd_SgLs]
PS Vita's browser has some secrets function, such as enter in ps store or open an app.
For example:
{| class="wikitable sortable"
|-
! psns:browse?category=PN.P3.US-PN.P3.GAME.US-BASE || opens PS3 store US region
|-
| '''psns:browse?product=IP9100-PCSI00002_00-MUSICUNLIMITED00''' || '''opens Music Unlimited product'''
|-
|}
How it works
  '''psns:browse'''
This command supports several arguments, the most usables are:
  '''psns:browse?category='''
 
  '''psns:browse?product='''
By defining a category or product ID, this command will redirect you to the PSN Store and show you the chosen category/product. A few examples:
The syntax for categories works as follows:
  '''PN + CONSOLE ID + REGION ID + PN + CONSOLE ID + STORE ID + REGION ID + PAGE'''
Common Console ID's are:
  '''P3 --> PS3'''
 
  '''VT --> PS VITA'''
 
  '''PC --> MEDIA GO / PSP'''
Common Store ID's are:
  '''GAME''' or '''VIDEO'''
  '''psns:redeem?code1=123&code2=456&code3=789'''
This command will inmediantly prompt you to the PSN Stores' redeem function, taking the arguments with it.

Revision as of 20:29, 11 April 2013


Supports:

  • Cookies
  • Javascript 1.7
  • partial HTML 5
  • Partial Video support (added from 2.10 update)

Does not support:

  • Flash
  • Youtube (no HTML5: video)

Useragent:

 Mozilla/5.0 (Playstation Vita 1.50) AppleWebKit/531.22.8 (KHTML, like Gecko) Silk/3.2

Browsertests: http://www.roshi.tv/2011/12/psvitano.html

Access to the PS3 Store and get content in Vita

Video

[1]

PS Vita's browser has some secrets function, such as enter in ps store or open an app.

For example:

psns:browse?category=PN.P3.US-PN.P3.GAME.US-BASE opens PS3 store US region
psns:browse?product=IP9100-PCSI00002_00-MUSICUNLIMITED00 opens Music Unlimited product

How it works

 psns:browse

This command supports several arguments, the most usables are:

 psns:browse?category=
 
 psns:browse?product=

By defining a category or product ID, this command will redirect you to the PSN Store and show you the chosen category/product. A few examples:

The syntax for categories works as follows:

 PN + CONSOLE ID + REGION ID + PN + CONSOLE ID + STORE ID + REGION ID + PAGE

Common Console ID's are:

 P3 --> PS3
 
 VT --> PS VITA
 
 PC --> MEDIA GO / PSP

Common Store ID's are:

 GAME or VIDEO
 psns:redeem?code1=123&code2=456&code3=789

This command will inmediantly prompt you to the PSN Stores' redeem function, taking the arguments with it.