Hi,
Can we please have some additional function and events in the system category?
[lua]- (BOOL)canOpenURL:(NSURL *)url[/lua]
which could translate to
[lua]system.canOpenURL(url)[/lua]
and calls the above function
and an event
[lua]event.type =“applicationHandleOpenURL”
event.url = URL[/lua]
which is a callback when the function below is called
[lua]- (BOOL)application:(UIApplication *)application handleOpenURL:(NSURL *)url[/lua]
[import]uid: 3826 topic_id: 10205 reply_id: 310205[/import]