yomybaby / kr.yostudio.drawer

DrawerLayout, Titanium Alloy widget. (Android: com.tripvi.drawerlayout, iOS: using ScrollableView)
Other
53 stars 14 forks source link

Not responding menu on IOS with share module #11

Open jogios opened 8 years ago

jogios commented 8 years ago

I use the drawer with the widget https://github.com/ricardoalcocer/socialshare/tree/master/app/widgets/com.alcoapps.socialshare that uses the module dk.napp.social on IOS. I use the share widget in window opened with $.drawer.openWindow() in that window a use a button to open the share module. Once it's opened and return to use the drawer, the menu is opened but is not clickable, only respond the background. This only happens on Iphone, on Ipad the social its opened in a popup and works well.

nuno commented 7 years ago

You want share a bit code to see what is happen?

ikoriko commented 6 years ago

I find the solution: In the config.json file, put the following order both widgets: "dependencies": { "kr.yostudio.drawer": "1.0", "com.alcoapps.socialshare": "1.0" }