Hello!
I am trying to include a lightning component. when i drag the component its placed at the bottom of the page. Instead, I want to display it in the middle of the page. since its not supported to place the lightning component, we created a visualforce page and embedded the lightning component and dragged the VF to center of detail page. However, Problem is, the lightning component has a button that is supposed open a page to create a record and uses the event, e.force:createRecord. This works perfectly fine from a lightning component directly on the detail page. However, it does't work when embedded on to a VF page and button is clicked.
I would like to know if there is any limitation on using e.force:CreateRecord in lightning and calling from VF page. If so, is there any work around for that.
Thanks,
Abhinandana G
@Abhinandana Gotam - I've not yet managed to get Aura events (like navigation, record creation, etc.) working when embedded within VF and then placed within LEX. If you do manage it, please let us know!