Hello,
This is an old thread. Did you ever get a response or a way to keep one orientation?
Thanks
-Philippe
Type: Posts; User: phimaur
Hello,
This is an old thread. Did you ever get a response or a way to keep one orientation?
Thanks
-Philippe
Yes I did in order to replace the ext content.
It does not change the builds structure in the app.json.
I was able to setup a "universalmodern" template project with ext-gen. I would like to do the...
Hi guys,
I setup an ExtJS 6 universal app based on the classic and the modern toolkits.
I would like to migrate to a universal app based on the modern toolkit only and setup a desktop/phone...
Hey guys,
I am working on 2 different projects. One starts on localhost:1841 but the other does not start in Visual Studio Code and returns an "Address already in use" error message.
I can start...
Hi guys,
When I set my extjs 6.6 app into an ios native project, and extra padding of 20pixels is automatically added by the framework to the body tag on iOS phone in the portrait orientation....
Hey guys, I have a similar issue.
Facebook embedded browser user agent is missing the Version number
Mozilla/5.0 (iPad; CPU OS 11_0_3 like Mac OS X) AppleWebKit/604.1.38 (KHTML, like Gecko)...
Hi guys
I created a small example
https://fiddle.sencha.com/#fiddle/18s7
This code does not trigger the iOS popup blocker with the Sencha Touch 2.3 framework but it does with the EXTJS 6.02...
This article https://www.sencha.com/blog/asynchronous-javascript-promises/ has been useful to me.
The then methods takes 2 parameters one to resolve the results, the other when the operation is...
Any news about this bug?
Thanks
Hi guys,
I setup a promise to load some settings from a json file.
loadSettings: function()
{
var me = this;
Thanks Bryan
Hi guys,
I setup a "classic" app which includes a component extending the Ext.container.Container with a card layout. The development version runs well, but the testing or the production versions...
That was just for test purpose.
What I am trying to achieve is to work with nested components which may have their own controllers or may be overwritten by the parent's controller.
Thanks for...
I reviewed my fiddle and it works now.
t2u
Based on what you are referring to, the third button should only trigger the main controller method, but it triggers both. What would you advise in...
Hey guys,
I set a panel with a button and both of them have its own view controller.
https://fiddle.sencha.com/#fiddle/t2u
When I tap the button the app does not look for the listener on the...
That worked.
You made my day.
Thanks
Philippe
Hi guys
This code returns an empty collection in ST2.4 but fails in EXTJS6.
Am I setting the hasMany association correctly here?
Thanks
Philippe
Thanks for your feedback.
My component is a panel which contains a list of items ( Ext.dataview.DataView for modern and Ext.view.View for classic ). The VC initializes the store and as a...
Hi there,
I am trying to setup a modern toolkit panel with a ViewController. The ViewController init method is supposed to run after the view initialization...
Nice work.
On my ipad, at the end of a pinch/zoom gesture, the image disappears and reappears very fast.
Is there a way to avoid that?
Thanks
The Kitchen sink example does not show the same events on the ipad and the Kindle fire when doing a pinch to zoom gesture. It sounds to me that pinch to zoom is not supported on the fire and some...