Tizen Mobile 2.3 WebViewer Example
问题 Is there any example projects for tizen 2.3 for implementing webview in your app. This is not in the samples with official sdk. 回答1: Here is an example that you can refer #include <stdio.h> #include <stdlib.h> #include <EWebKit2.h> #include <Eina.h> #include <Ecore.h> #include <Ecore_Evas.h> #define W_WIDTH (480) #define W_HEIGHT (800) #define W_TEXTAREA_X (0) #define W_TEXTAREA_Y (416) #define W_TEXTAREA_WIDTH (W_WIDTH) #define W_TEXTAREA_HEIGHT (64) #define W_MAP_ORIGINE_X (0) #define W_MAP