[View]  [Edit]  [Lock]  [References]  [Attachments]  [History]  [Home]  [Changes]  [Search]  [Help] 

Mobile installation default

This page install custom support of Mobile framework for default (Web/webView based) environment (e.g. A8,and Cordova based platforms)

"Detecting Web based environments"
(Smalltalk nativeObjectAt: #a8 ifAbsent: []) notNil ifTrue: [
     ^self processPageAt: 'swiki:s8-media/MobileInstallationForA8' 
].
(Smalltalk includesKey: #DOM) ifTrue: [
     ^self processPageAt: 'swiki:s8-media/MobileInstallationForWeb' 
].
self print: 'Unknown (Mobile?) environment.'.
self abort.

References: