Marc Paradise
26 Mar 2011, 2:34 PM
Sencha Touch version tested:
1.1
Platform tested against:
BlackBerry PlayBook simulator 0.9.3
BlackBerry PlayBook simulator 0.9.4
Description:
The Ext.is object does not have any property for BlackBerry's PlayBook.
The Ext.is.Tablet property returns false on the PlayBook device .
Test Case: n/a Possible fix:
add to Ext.is.platforms:
{
property: 'userAgent',
regex: /PlayBook/i,
identity: 'PlayBook'
},
modify this.Tablet assignment:
this.Tablet = this.iPad || this.PlayBook;
1.1
Platform tested against:
BlackBerry PlayBook simulator 0.9.3
BlackBerry PlayBook simulator 0.9.4
Description:
The Ext.is object does not have any property for BlackBerry's PlayBook.
The Ext.is.Tablet property returns false on the PlayBook device .
Test Case: n/a Possible fix:
add to Ext.is.platforms:
{
property: 'userAgent',
regex: /PlayBook/i,
identity: 'PlayBook'
},
modify this.Tablet assignment:
this.Tablet = this.iPad || this.PlayBook;