function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Maciej BucholcMaciej Bucholc 

Custom page is breaking in Salesforce1 application on Android phone

We developed custom page without aura. Fully custom solution with React framework.
We're using it in Salesforce 1 Android application.
When phone tries to show an image we get an error.

Uncaught Error in $A.getCallback() [Cannot read property 'setParams' of undefined] throws at https://eu6.lightning.force.com/auraFW/javascript/C9wO3EpEHI__XcCDlMV8MQ/aura_prod.js:2:15 at libraries/force/toastLibrary/toastUtil.js:6143:119 at https://eu6.lightning.force.com/auraFW/javascript/C9wO3EpEHI__XcCDlMV8MQ/aura_prod.js:623:188

The same page works fine on iPhone and also in our sandbox.
It's woth noting, that sandbox has Spring 17 and production Winter 17.