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
devfivedevfive 

Is there a memory limit for canvas in Salesforce1 visualforce pages ?

Greetings,
i include my canvas app in a visualforce page (that has only the apex canvas tag, nothing more); my canvas is written in angularjs 1.6.2. everytime i visit my visualforce page from desktop, everything is ok.
On iPad, iPhone, when i try to open the visualforce page from salesforce1app or safari browser, i click on an interaction (a select menu, a button, etc...) and suddenly: in salesforce1 app crash (and i must clean the cache from advanced menu), in safari browser i get a reload and the message "A problem occurred with this webpage so it was reloaded".

I attached the performance graph of my app. The graph, chrome performance tool on desktop, is taken by clicking several times to a search button in my canvas, that performs a search to a backend api.
Does anyone know anything about this kind of problem ? Is a memory issue or similar ? Thanks in advance to all.

performancegraph